Class CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
An implementation forCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
-
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_service.CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builder, CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.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 service.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(CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Builder.
-
-
Method Detail
-
getNetwork
public final String getNetwork()
Description copied from interface:CloudRunV2ServiceTemplateVpcAccessNetworkInterfacesThe 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}
- Specified by:
getNetworkin interfaceCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:CloudRunV2ServiceTemplateVpcAccessNetworkInterfacesThe 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}
- Specified by:
getSubnetworkin interfaceCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
getTags
public final List<String> getTags()
Description copied from interface:CloudRunV2ServiceTemplateVpcAccessNetworkInterfacesNetwork 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}
- Specified by:
getTagsin interfaceCloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-