Class ServiceNetworkingConnectionConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.service_networking_connection.ServiceNetworkingConnectionConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ServiceNetworkingConnectionConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ServiceNetworkingConnectionConfig
@Stability(Stable) @Internal public static final class ServiceNetworkingConnectionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceNetworkingConnectionConfig
An implementation forServiceNetworkingConnectionConfig
-
-
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.service_networking_connection.ServiceNetworkingConnectionConfig
ServiceNetworkingConnectionConfig.Builder, ServiceNetworkingConnectionConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ServiceNetworkingConnectionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theServiceNetworkingConnectionConfig.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)ObjectgetConnection()ObjectgetCount()StringgetDeletionPolicy()When set to ABANDON, terraform will abandon management of the resource instead of deleting it.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#id ServiceNetworkingConnection#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetNetwork()Name of VPC network connected with service producers using VPC peering.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getReservedPeeringRanges()Named IP address range(s) of PEERING type reserved for this service provider.StringgetService()Provider peering service that is managing peering connectivity for a service provider organization.ServiceNetworkingConnectionTimeoutsgetTimeouts()timeouts block.ObjectgetUpdateOnCreationFail()When set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure.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(ServiceNetworkingConnectionConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theServiceNetworkingConnectionConfig.Builder.
-
-
Method Detail
-
getNetwork
public final String getNetwork()
Description copied from interface:ServiceNetworkingConnectionConfigName of VPC network connected with service producers using VPC peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#network ServiceNetworkingConnection#network}
- Specified by:
getNetworkin interfaceServiceNetworkingConnectionConfig
-
getReservedPeeringRanges
public final List<String> getReservedPeeringRanges()
Description copied from interface:ServiceNetworkingConnectionConfigNamed IP address range(s) of PEERING type reserved for this service provider.Note that invoking this method with a different range when connection is already established will not reallocate already provisioned service producer subnetworks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#reserved_peering_ranges ServiceNetworkingConnection#reserved_peering_ranges}
- Specified by:
getReservedPeeringRangesin interfaceServiceNetworkingConnectionConfig
-
getService
public final String getService()
Description copied from interface:ServiceNetworkingConnectionConfigProvider peering service that is managing peering connectivity for a service provider organization.For Google services that support this functionality it is 'servicenetworking.googleapis.com'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#service ServiceNetworkingConnection#service}
- Specified by:
getServicein interfaceServiceNetworkingConnectionConfig
-
getDeletionPolicy
public final String getDeletionPolicy()
Description copied from interface:ServiceNetworkingConnectionConfigWhen set to ABANDON, terraform will abandon management of the resource instead of deleting it.Prevents terraform apply failures with CloudSQL. Note: The resource will still exist. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#deletion_policy ServiceNetworkingConnection#deletion_policy}
- Specified by:
getDeletionPolicyin interfaceServiceNetworkingConnectionConfig
-
getId
public final String getId()
Description copied from interface:ServiceNetworkingConnectionConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#id ServiceNetworkingConnection#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceServiceNetworkingConnectionConfig
-
getTimeouts
public final ServiceNetworkingConnectionTimeouts getTimeouts()
Description copied from interface:ServiceNetworkingConnectionConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#timeouts ServiceNetworkingConnection#timeouts}
- Specified by:
getTimeoutsin interfaceServiceNetworkingConnectionConfig
-
getUpdateOnCreationFail
public final Object getUpdateOnCreationFail()
Description copied from interface:ServiceNetworkingConnectionConfigWhen set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_networking_connection#update_on_creation_fail ServiceNetworkingConnection#update_on_creation_fail}
- Specified by:
getUpdateOnCreationFailin interfaceServiceNetworkingConnectionConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-