@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:19.061Z") @Stability(value=Stable) 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() |
Number |
getAsn()
The ASN of the customer gateway.
|
String |
getIp()
The ip address of the customer gateway.
|
List<String> |
getStaticRoutes()
The static routes to be routed from the VPN gateway to the customer gateway.
|
List<VpnTunnelOption> |
getTunnelOptions()
The tunnel options for the VPN connection.
|
@Stability(value=Stable) String getIp()
@Stability(value=Stable) Number getAsn()
@Stability(value=Stable) List<String> getStaticRoutes()
@Stability(value=Stable) List<VpnTunnelOption> getTunnelOptions()
@Stability(value=Stable) static VpnConnectionOptions.Builder builder()
VpnConnectionOptions.Builder
of VpnConnectionOptions
Copyright © 2019. All rights reserved.