Class CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
@Stability(Stable) @Internal public static final class CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
An implementation forCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder, CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetNetwork()The VPC network that the Cloud Run resource will be able to send traffic to.StringgetSubnetwork()The VPC subnetwork that the Cloud Run resource will get IPs from.List<String>getTags()Network tags applied to this Cloud Run job.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces.Builder.
-
-
Method Detail
-
getNetwork
public final String getNetwork()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfacesThe 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}
- Specified by:
getNetworkin interfaceCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfacesThe 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}
- Specified by:
getSubnetworkin interfaceCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
getTags
public final List<String> getTags()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfacesNetwork 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}
- Specified by:
getTagsin interfaceCloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-