Interface CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.019Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.BuilderA builder forCloudRunV2ServiceTemplateVpcAccessNetworkInterfacesstatic classCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builderbuilder()default StringgetNetwork()The VPC network that the Cloud Run resource will be able to send traffic to.default StringgetSubnetwork()The VPC subnetwork that the Cloud Run resource will get IPs from.default List<String>getTags()Network tags applied to this Cloud Run service.
-
-
-
Method Detail
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
The VPC network that the Cloud Run resource will be able to send traffic to.At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#network CloudRunV2Service#network}
-
getSubnetwork
@Stability(Stable) @Nullable default String getSubnetwork()
The VPC subnetwork that the Cloud Run resource will get IPs from.At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#subnetwork CloudRunV2Service#subnetwork}
-
getTags
@Stability(Stable) @Nullable default List<String> getTags()
Network tags applied to this Cloud Run service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#tags CloudRunV2Service#tags}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builder builder()
-
-