Class ComputeExternalVpnGatewayInterface.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_external_vpn_gateway.ComputeExternalVpnGatewayInterface.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeExternalVpnGatewayInterface,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeExternalVpnGatewayInterface
@Stability(Stable) @Internal public static final class ComputeExternalVpnGatewayInterface.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeExternalVpnGatewayInterface
An implementation forComputeExternalVpnGatewayInterface
-
-
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_external_vpn_gateway.ComputeExternalVpnGatewayInterface
ComputeExternalVpnGatewayInterface.Builder, ComputeExternalVpnGatewayInterface.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeExternalVpnGatewayInterface.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeExternalVpnGatewayInterface.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)NumbergetId()The numeric ID for this interface.StringgetIpAddress()IP address of the interface in the external VPN gateway.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(ComputeExternalVpnGatewayInterface.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeExternalVpnGatewayInterface.Builder.
-
-
Method Detail
-
getId
public final Number getId()
Description copied from interface:ComputeExternalVpnGatewayInterfaceThe numeric ID for this interface.Allowed values are based on the redundancy type of this external VPN gateway * '0 - SINGLE_IP_INTERNALLY_REDUNDANT' * '0, 1 - TWO_IPS_REDUNDANCY' * '0, 1, 2, 3 - FOUR_IPS_REDUNDANCY' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_external_vpn_gateway#id ComputeExternalVpnGateway#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 interfaceComputeExternalVpnGatewayInterface
-
getIpAddress
public final String getIpAddress()
Description copied from interface:ComputeExternalVpnGatewayInterfaceIP address of the interface in the external VPN gateway.Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_external_vpn_gateway#ip_address ComputeExternalVpnGateway#ip_address}
- Specified by:
getIpAddressin interfaceComputeExternalVpnGatewayInterface
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-