@Stability(value=Experimental) @Internal public static final class VpnConnectionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpnConnectionOptions
VpnConnectionOptionssoftware.amazon.jsii.JsiiObject.InitializationModeVpnConnectionOptions.Builder, VpnConnectionOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String ip,
Number asn,
List<String> staticRoutes,
List<? extends VpnTunnelOption> tunnelOptions)
Constructor that initializes the object based on literal property values passed by the
VpnConnectionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAsn()
(experimental) The ASN of the customer gateway.
|
String |
getIp()
(experimental) The ip address of the customer gateway.
|
List<String> |
getStaticRoutes()
(experimental) The static routes to be routed from the VPN gateway to the customer gateway.
|
List<VpnTunnelOption> |
getTunnelOptions()
(experimental) The tunnel options for the VPN connection.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String ip, Number asn, List<String> staticRoutes, List<? extends VpnTunnelOption> tunnelOptions)
VpnConnectionOptions.Builder.public final String getIp()
VpnConnectionOptionsgetIp in interface VpnConnectionOptionspublic final Number getAsn()
VpnConnectionOptionsDefault: 65000
getAsn in interface VpnConnectionOptionspublic final List<String> getStaticRoutes()
VpnConnectionOptionsDefault: Dynamic routing (BGP)
getStaticRoutes in interface VpnConnectionOptionspublic final List<VpnTunnelOption> getTunnelOptions()
VpnConnectionOptionsAt most two elements (one per tunnel). Duplicates not allowed.
Default: Amazon generated tunnel options
getTunnelOptions in interface VpnConnectionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.