Class CloudRunV2JobTemplateTemplateVpcAccess.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_job.CloudRunV2JobTemplateTemplateVpcAccess.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2JobTemplateTemplateVpcAccess,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2JobTemplateTemplateVpcAccess
@Stability(Stable) @Internal public static final class CloudRunV2JobTemplateTemplateVpcAccess.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2JobTemplateTemplateVpcAccess
An implementation forCloudRunV2JobTemplateTemplateVpcAccess
-
-
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.CloudRunV2JobTemplateTemplateVpcAccess
CloudRunV2JobTemplateTemplateVpcAccess.Builder, CloudRunV2JobTemplateTemplateVpcAccess.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2JobTemplateTemplateVpcAccess.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateVpcAccess.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)StringgetConnector()VPC Access connector name.StringgetEgress()Traffic VPC egress settings.ObjectgetNetworkInterfaces()network_interfaces block.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(CloudRunV2JobTemplateTemplateVpcAccess.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2JobTemplateTemplateVpcAccess.Builder.
-
-
Method Detail
-
getConnector
public final String getConnector()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessVPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#connector CloudRunV2Job#connector}
- Specified by:
getConnectorin interfaceCloudRunV2JobTemplateTemplateVpcAccess
-
getEgress
public final String getEgress()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessTraffic VPC egress settings. Possible values: ["ALL_TRAFFIC", "PRIVATE_RANGES_ONLY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#egress CloudRunV2Job#egress}
- Specified by:
getEgressin interfaceCloudRunV2JobTemplateTemplateVpcAccess
-
getNetworkInterfaces
public final Object getNetworkInterfaces()
Description copied from interface:CloudRunV2JobTemplateTemplateVpcAccessnetwork_interfaces block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#network_interfaces CloudRunV2Job#network_interfaces}
- Specified by:
getNetworkInterfacesin interfaceCloudRunV2JobTemplateTemplateVpcAccess
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-