Class CfnCustomerGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomerGatewayProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomerGatewayProps
@Stability(Stable)
@Internal
public static final class CfnCustomerGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomerGatewayProps
An implementation for
CfnCustomerGatewayProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
CfnCustomerGatewayProps.Builder, CfnCustomerGatewayProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCustomerGatewayProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
For devices that support BGP, the customer gateway's BGP ASN.final String
The name of customer gateway device.final String
IPv4 address for the customer gateway device's outside interface.getTags()
One or more tags for the customer gateway.final String
getType()
The type of VPN connection that this customer gateway supports (ipsec.1
).final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnCustomerGatewayProps.Builder
.
-
-
Method Details
-
getBgpAsn
Description copied from interface:CfnCustomerGatewayProps
For devices that support BGP, the customer gateway's BGP ASN.Default: 65000
- Specified by:
getBgpAsn
in interfaceCfnCustomerGatewayProps
-
getIpAddress
Description copied from interface:CfnCustomerGatewayProps
IPv4 address for the customer gateway device's outside interface.The address must be static.
- Specified by:
getIpAddress
in interfaceCfnCustomerGatewayProps
-
getType
Description copied from interface:CfnCustomerGatewayProps
The type of VPN connection that this customer gateway supports (ipsec.1
).- Specified by:
getType
in interfaceCfnCustomerGatewayProps
-
getDeviceName
Description copied from interface:CfnCustomerGatewayProps
The name of customer gateway device.- Specified by:
getDeviceName
in interfaceCfnCustomerGatewayProps
-
getTags
Description copied from interface:CfnCustomerGatewayProps
One or more tags for the customer gateway.- Specified by:
getTags
in interfaceCfnCustomerGatewayProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-