Interface CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.980Z") @Stability(Stable) public interface CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.BuilderA builder forCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfacesstatic classCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$ProxyAn implementation forCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.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 job.
-
-
-
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_job#network CloudRunV2Job#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_job#subnetwork CloudRunV2Job#subnetwork}
-
getTags
@Stability(Stable) @Nullable default List<String> getTags()
Network tags applied to this Cloud Run job.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#tags CloudRunV2Job#tags}
-
builder
@Stability(Stable) static CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder builder()
-
-