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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
CfnCustomerGatewayProps.Builder, CfnCustomerGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomerGatewayProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberFor devices that support BGP, the customer gateway's BGP ASN.final StringThe name of customer gateway device.final StringIPv4 address for the customer gateway device's outside interface.getTags()One or more tags for the customer gateway.final StringgetType()The type of VPN connection that this customer gateway supports (ipsec.1).final inthashCode()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:CfnCustomerGatewayPropsFor devices that support BGP, the customer gateway's BGP ASN.Default: 65000
- Specified by:
getBgpAsnin interfaceCfnCustomerGatewayProps
-
getIpAddress
Description copied from interface:CfnCustomerGatewayPropsIPv4 address for the customer gateway device's outside interface.The address must be static.
- Specified by:
getIpAddressin interfaceCfnCustomerGatewayProps
-
getType
Description copied from interface:CfnCustomerGatewayPropsThe type of VPN connection that this customer gateway supports (ipsec.1).- Specified by:
getTypein interfaceCfnCustomerGatewayProps
-
getDeviceName
Description copied from interface:CfnCustomerGatewayPropsThe name of customer gateway device.- Specified by:
getDeviceNamein interfaceCfnCustomerGatewayProps
-
getTags
Description copied from interface:CfnCustomerGatewayPropsOne or more tags for the customer gateway.- Specified by:
getTagsin interfaceCfnCustomerGatewayProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-