Class ComputeRouterInterfaceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router_interface.ComputeRouterInterfaceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterInterfaceConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterInterfaceConfig
@Stability(Stable) @Internal public static final class ComputeRouterInterfaceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterInterfaceConfig
An implementation forComputeRouterInterfaceConfig
-
-
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_interface.ComputeRouterInterfaceConfig
ComputeRouterInterfaceConfig.Builder, ComputeRouterInterfaceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterInterfaceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterInterfaceConfig.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()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#id ComputeRouterInterface#id}.StringgetInterconnectAttachment()The name or resource link to the VLAN interconnect for this interface.StringgetIpRange()The IP address and range of the interface.StringgetIpVersion()IP version of this interface.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()A unique name for the interface, required by GCE.StringgetPrivateIpAddress()The regional private internal IP address that is used to establish BGP sessions to a VM instance acting as a third-party Router Appliance.StringgetProject()The ID of the project in which this interface's router belongs.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRedundantInterface()The name of the interface that is redundant to this interface.StringgetRegion()The region this interface's router sits in.StringgetRouter()The name of the router this interface will be attached to.StringgetSubnetwork()The URI of the subnetwork resource that this interface belongs to, which must be in the same region as the Cloud Router.ComputeRouterInterfaceTimeoutsgetTimeouts()timeouts block.StringgetVpnTunnel()The name or resource link to the VPN tunnel this interface will be linked to.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(ComputeRouterInterfaceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterInterfaceConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeRouterInterfaceConfigA unique name for the interface, required by GCE. Changing this forces a new interface to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#name ComputeRouterInterface#name}
- Specified by:
getNamein interfaceComputeRouterInterfaceConfig
-
getRouter
public final String getRouter()
Description copied from interface:ComputeRouterInterfaceConfigThe name of the router this interface will be attached to.Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#router ComputeRouterInterface#router}
- Specified by:
getRouterin interfaceComputeRouterInterfaceConfig
-
getId
public final String getId()
Description copied from interface:ComputeRouterInterfaceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#id ComputeRouterInterface#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 interfaceComputeRouterInterfaceConfig
-
getInterconnectAttachment
public final String getInterconnectAttachment()
Description copied from interface:ComputeRouterInterfaceConfigThe name or resource link to the VLAN interconnect for this interface.Changing this forces a new interface to be created. Only one of interconnect_attachment, subnetwork or vpn_tunnel can be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#interconnect_attachment ComputeRouterInterface#interconnect_attachment}
- Specified by:
getInterconnectAttachmentin interfaceComputeRouterInterfaceConfig
-
getIpRange
public final String getIpRange()
Description copied from interface:ComputeRouterInterfaceConfigThe IP address and range of the interface.The IP range must be in the RFC3927 link-local IP space. Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#ip_range ComputeRouterInterface#ip_range}
- Specified by:
getIpRangein interfaceComputeRouterInterfaceConfig
-
getIpVersion
public final String getIpVersion()
Description copied from interface:ComputeRouterInterfaceConfigIP version of this interface.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#ip_version ComputeRouterInterface#ip_version}
- Specified by:
getIpVersionin interfaceComputeRouterInterfaceConfig
-
getPrivateIpAddress
public final String getPrivateIpAddress()
Description copied from interface:ComputeRouterInterfaceConfigThe regional private internal IP address that is used to establish BGP sessions to a VM instance acting as a third-party Router Appliance.Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#private_ip_address ComputeRouterInterface#private_ip_address}
- Specified by:
getPrivateIpAddressin interfaceComputeRouterInterfaceConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeRouterInterfaceConfigThe ID of the project in which this interface's router belongs.If it is not provided, the provider project is used. Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#project ComputeRouterInterface#project}
- Specified by:
getProjectin interfaceComputeRouterInterfaceConfig
-
getRedundantInterface
public final String getRedundantInterface()
Description copied from interface:ComputeRouterInterfaceConfigThe name of the interface that is redundant to this interface.Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#redundant_interface ComputeRouterInterface#redundant_interface}
- Specified by:
getRedundantInterfacein interfaceComputeRouterInterfaceConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeRouterInterfaceConfigThe region this interface's router sits in.If not specified, the project region will be used. Changing this forces a new interface to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#region ComputeRouterInterface#region}
- Specified by:
getRegionin interfaceComputeRouterInterfaceConfig
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ComputeRouterInterfaceConfigThe URI of the subnetwork resource that this interface belongs to, which must be in the same region as the Cloud Router.Changing this forces a new interface to be created. Only one of subnetwork, interconnect_attachment or vpn_tunnel can be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#subnetwork ComputeRouterInterface#subnetwork}
- Specified by:
getSubnetworkin interfaceComputeRouterInterfaceConfig
-
getTimeouts
public final ComputeRouterInterfaceTimeouts getTimeouts()
Description copied from interface:ComputeRouterInterfaceConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#timeouts ComputeRouterInterface#timeouts}
- Specified by:
getTimeoutsin interfaceComputeRouterInterfaceConfig
-
getVpnTunnel
public final String getVpnTunnel()
Description copied from interface:ComputeRouterInterfaceConfigThe name or resource link to the VPN tunnel this interface will be linked to.Changing this forces a new interface to be created. Only one of vpn_tunnel, interconnect_attachment or subnetwork can be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_interface#vpn_tunnel ComputeRouterInterface#vpn_tunnel}
- Specified by:
getVpnTunnelin interfaceComputeRouterInterfaceConfig
-
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
-
-