Class ComputeNetworkPeeringRoutesConfigConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network_peering_routes_config.ComputeNetworkPeeringRoutesConfigConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkPeeringRoutesConfigConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkPeeringRoutesConfigConfig
@Stability(Stable) @Internal public static final class ComputeNetworkPeeringRoutesConfigConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkPeeringRoutesConfigConfig
An implementation forComputeNetworkPeeringRoutesConfigConfig
-
-
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_routes_config.ComputeNetworkPeeringRoutesConfigConfig
ComputeNetworkPeeringRoutesConfigConfig.Builder, ComputeNetworkPeeringRoutesConfigConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkPeeringRoutesConfigConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkPeeringRoutesConfigConfig.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.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_routes_config#id ComputeNetworkPeeringRoutesConfig#id}.ObjectgetImportCustomRoutes()Whether to import the custom routes to the peer network.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetNetwork()The name of the primary network for the peering.StringgetPeering()Name of the peering.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#project ComputeNetworkPeeringRoutesConfig#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ComputeNetworkPeeringRoutesConfigTimeoutsgetTimeouts()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(ComputeNetworkPeeringRoutesConfigConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkPeeringRoutesConfigConfig.Builder.
-
-
Method Detail
-
getExportCustomRoutes
public final Object getExportCustomRoutes()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigWhether to export the custom routes to the peer network.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#export_custom_routes ComputeNetworkPeeringRoutesConfig#export_custom_routes}
- Specified by:
getExportCustomRoutesin interfaceComputeNetworkPeeringRoutesConfigConfig
-
getImportCustomRoutes
public final Object getImportCustomRoutes()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigWhether to import the custom routes to the peer network.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#import_custom_routes ComputeNetworkPeeringRoutesConfig#import_custom_routes}
- Specified by:
getImportCustomRoutesin interfaceComputeNetworkPeeringRoutesConfigConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigThe name of the primary network for the peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#network ComputeNetworkPeeringRoutesConfig#network}
- Specified by:
getNetworkin interfaceComputeNetworkPeeringRoutesConfigConfig
-
getPeering
public final String getPeering()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigName of the peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#peering ComputeNetworkPeeringRoutesConfig#peering}
- Specified by:
getPeeringin interfaceComputeNetworkPeeringRoutesConfigConfig
-
getId
public final String getId()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#id ComputeNetworkPeeringRoutesConfig#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 interfaceComputeNetworkPeeringRoutesConfigConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#project ComputeNetworkPeeringRoutesConfig#project}.- Specified by:
getProjectin interfaceComputeNetworkPeeringRoutesConfigConfig
-
getTimeouts
public final ComputeNetworkPeeringRoutesConfigTimeouts getTimeouts()
Description copied from interface:ComputeNetworkPeeringRoutesConfigConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_peering_routes_config#timeouts ComputeNetworkPeeringRoutesConfig#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNetworkPeeringRoutesConfigConfig
-
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
-
-