@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.135Z") @Stability(value=Experimental) public interface VpnConnectionOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpnConnectionOptions.Builder
A builder for
VpnConnectionOptions |
static class |
VpnConnectionOptions.Jsii$Proxy
An implementation for
VpnConnectionOptions |
| Modifier and Type | Method and Description |
|---|---|
static VpnConnectionOptions.Builder |
builder() |
default Number |
getAsn()
(experimental) The ASN of the customer gateway.
|
String |
getIp()
(experimental) The ip address of the customer gateway.
|
default List<String> |
getStaticRoutes()
(experimental) The static routes to be routed from the VPN gateway to the customer gateway.
|
default List<VpnTunnelOption> |
getTunnelOptions()
(experimental) The tunnel options for the VPN connection.
|
@Stability(value=Experimental) @NotNull String getIp()
@Stability(value=Experimental) @Nullable default Number getAsn()
Default: 65000
@Stability(value=Experimental) @Nullable default List<String> getStaticRoutes()
Default: Dynamic routing (BGP)
@Stability(value=Experimental) @Nullable default List<VpnTunnelOption> getTunnelOptions()
At most two elements (one per tunnel). Duplicates not allowed.
Default: Amazon generated tunnel options
@Stability(value=Experimental) static VpnConnectionOptions.Builder builder()
VpnConnectionOptions.Builder of VpnConnectionOptionsCopyright © 2021. All rights reserved.