Class VpnConnectionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.VpnConnectionOptions.Jsii$Proxy
- All Implemented Interfaces:
VpnConnectionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpnConnectionOptions
@Stability(Stable)
@Internal
public static final class VpnConnectionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpnConnectionOptions
An implementation for
VpnConnectionOptions-
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.VpnConnectionOptions
VpnConnectionOptions.Builder, VpnConnectionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpnConnectionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theVpnConnectionOptions.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 NumbergetAsn()The ASN of the customer gateway.final StringgetIp()The ip address of the customer gateway.The static routes to be routed from the VPN gateway to the customer gateway.final List<VpnTunnelOption> The tunnel options for the VPN connection.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 theVpnConnectionOptions.Builder.
-
-
Method Details
-
getIp
Description copied from interface:VpnConnectionOptionsThe ip address of the customer gateway.- Specified by:
getIpin interfaceVpnConnectionOptions
-
getAsn
Description copied from interface:VpnConnectionOptionsThe ASN of the customer gateway.Default: 65000
- Specified by:
getAsnin interfaceVpnConnectionOptions
-
getStaticRoutes
Description copied from interface:VpnConnectionOptionsThe static routes to be routed from the VPN gateway to the customer gateway.Default: Dynamic routing (BGP)
- Specified by:
getStaticRoutesin interfaceVpnConnectionOptions
-
getTunnelOptions
Description copied from interface:VpnConnectionOptionsThe tunnel options for the VPN connection.At most two elements (one per tunnel). Duplicates not allowed.
Default: Amazon generated tunnel options
- Specified by:
getTunnelOptionsin interfaceVpnConnectionOptions
-
$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()
-