Class ComputeRouterConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router.ComputeRouterConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterConfig
@Stability(Stable) @Internal public static final class ComputeRouterConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterConfig
An implementation forComputeRouterConfig
-
-
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_router.ComputeRouterConfig
ComputeRouterConfig.Builder, ComputeRouterConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterConfig.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)ComputeRouterBgpgetBgp()bgp block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.ObjectgetEncryptedInterconnectRouter()Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#id ComputeRouter#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Name of the resource.StringgetNetwork()A reference to the network to which this router belongs.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#project ComputeRouter#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()Region where the router resides.ComputeRouterTimeoutsgetTimeouts()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(ComputeRouterConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeRouterConfigName of the resource.The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#name ComputeRouter#name}
- Specified by:
getNamein interfaceComputeRouterConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:ComputeRouterConfigA reference to the network to which this router belongs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#network ComputeRouter#network}
- Specified by:
getNetworkin interfaceComputeRouterConfig
-
getBgp
public final ComputeRouterBgp getBgp()
Description copied from interface:ComputeRouterConfigbgp block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#bgp ComputeRouter#bgp}
- Specified by:
getBgpin interfaceComputeRouterConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeRouterConfigAn optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#description ComputeRouter#description}
- Specified by:
getDescriptionin interfaceComputeRouterConfig
-
getEncryptedInterconnectRouter
public final Object getEncryptedInterconnectRouter()
Description copied from interface:ComputeRouterConfigIndicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#encrypted_interconnect_router ComputeRouter#encrypted_interconnect_router}
- Specified by:
getEncryptedInterconnectRouterin interfaceComputeRouterConfig
-
getId
public final String getId()
Description copied from interface:ComputeRouterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#id ComputeRouter#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 interfaceComputeRouterConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeRouterConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#project ComputeRouter#project}.- Specified by:
getProjectin interfaceComputeRouterConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeRouterConfigRegion where the router resides.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#region ComputeRouter#region}
- Specified by:
getRegionin interfaceComputeRouterConfig
-
getTimeouts
public final ComputeRouterTimeouts getTimeouts()
Description copied from interface:ComputeRouterConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router#timeouts ComputeRouter#timeouts}
- Specified by:
getTimeoutsin interfaceComputeRouterConfig
-
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
-
-