@Stability(value=Stable) public static final class VpnTunnelOption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpnTunnelOption
VpnTunnelOption
software.amazon.jsii.JsiiObject.InitializationMode
VpnTunnelOption.Builder, VpnTunnelOption.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPreSharedKey()
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
|
String |
getTunnelInsideCidr()
The range of inside IP addresses for the tunnel.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public String getPreSharedKey()
VpnTunnelOption
Allowed characters are alphanumeric characters and ._. Must be between 8 and 64 characters in length and cannot start with zero (0).
Default: an Amazon generated pre-shared key
getPreSharedKey
in interface VpnTunnelOption
public String getTunnelInsideCidr()
VpnTunnelOption
Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway. A size /30 CIDR block from the 169.254.0.0/16 range.
Default: an Amazon generated inside IP CIDR
getTunnelInsideCidr
in interface VpnTunnelOption
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.