Class ComputeNetworkPeeringConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network_peering.ComputeNetworkPeeringConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkPeeringConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkPeeringConfig
@Stability(Stable) @Internal public static final class ComputeNetworkPeeringConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkPeeringConfig
An implementation forComputeNetworkPeeringConfig
-
-
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.compute_network_peering.ComputeNetworkPeeringConfig
ComputeNetworkPeeringConfig.Builder, ComputeNetworkPeeringConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkPeeringConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkPeeringConfig.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()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()ObjectgetExportCustomRoutes()Whether to export the custom routes to the peer network.ObjectgetExportSubnetRoutesWithPublicIp()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#export_subnet_routes_with_public_ip ComputeNetworkPeering#export_subnet_routes_with_public_ip}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#id ComputeNetworkPeering#id}.ObjectgetImportCustomRoutes()Whether to export the custom routes from the peer network.ObjectgetImportSubnetRoutesWithPublicIp()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#import_subnet_routes_with_public_ip ComputeNetworkPeering#import_subnet_routes_with_public_ip}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the peering.StringgetNetwork()The primary network of the peering.StringgetPeerNetwork()The peer network in the peering.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetStackType()Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks.ComputeNetworkPeeringTimeoutsgetTimeouts()timeouts 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(ComputeNetworkPeeringConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkPeeringConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeNetworkPeeringConfigName of the peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#name ComputeNetworkPeering#name}
- Specified by:
getNamein interfaceComputeNetworkPeeringConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:ComputeNetworkPeeringConfigThe primary network of the peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#network ComputeNetworkPeering#network}
- Specified by:
getNetworkin interfaceComputeNetworkPeeringConfig
-
getPeerNetwork
public final String getPeerNetwork()
Description copied from interface:ComputeNetworkPeeringConfigThe peer network in the peering. The peer network may belong to a different project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#peer_network ComputeNetworkPeering#peer_network}
- Specified by:
getPeerNetworkin interfaceComputeNetworkPeeringConfig
-
getExportCustomRoutes
public final Object getExportCustomRoutes()
Description copied from interface:ComputeNetworkPeeringConfigWhether to export the custom routes to the peer network. Defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#export_custom_routes ComputeNetworkPeering#export_custom_routes}
- Specified by:
getExportCustomRoutesin interfaceComputeNetworkPeeringConfig
-
getExportSubnetRoutesWithPublicIp
public final Object getExportSubnetRoutesWithPublicIp()
Description copied from interface:ComputeNetworkPeeringConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#export_subnet_routes_with_public_ip ComputeNetworkPeering#export_subnet_routes_with_public_ip}.- Specified by:
getExportSubnetRoutesWithPublicIpin interfaceComputeNetworkPeeringConfig
-
getId
public final String getId()
Description copied from interface:ComputeNetworkPeeringConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#id ComputeNetworkPeering#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 interfaceComputeNetworkPeeringConfig
-
getImportCustomRoutes
public final Object getImportCustomRoutes()
Description copied from interface:ComputeNetworkPeeringConfigWhether to export the custom routes from the peer network. Defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#import_custom_routes ComputeNetworkPeering#import_custom_routes}
- Specified by:
getImportCustomRoutesin interfaceComputeNetworkPeeringConfig
-
getImportSubnetRoutesWithPublicIp
public final Object getImportSubnetRoutesWithPublicIp()
Description copied from interface:ComputeNetworkPeeringConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#import_subnet_routes_with_public_ip ComputeNetworkPeering#import_subnet_routes_with_public_ip}.- Specified by:
getImportSubnetRoutesWithPublicIpin interfaceComputeNetworkPeeringConfig
-
getStackType
public final String getStackType()
Description copied from interface:ComputeNetworkPeeringConfigWhich IP version(s) of traffic and routes are allowed to be imported or exported between peer networks.The default value is IPV4_ONLY. Possible values: ["IPV4_ONLY", "IPV4_IPV6"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#stack_type ComputeNetworkPeering#stack_type}
- Specified by:
getStackTypein interfaceComputeNetworkPeeringConfig
-
getTimeouts
public final ComputeNetworkPeeringTimeouts getTimeouts()
Description copied from interface:ComputeNetworkPeeringConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering#timeouts ComputeNetworkPeering#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNetworkPeeringConfig
-
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
-
-