Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptions |
VpnConnectionOptions.clone() |
VpnConnectionOptions |
VpnConnection.getOptions()
The VPN connection options.
|
VpnConnectionOptions |
VpnConnectionOptions.withEnableAcceleration(Boolean enableAcceleration)
Indicates whether acceleration is enabled for the VPN connection.
|
VpnConnectionOptions |
VpnConnectionOptions.withLocalIpv4NetworkCidr(String localIpv4NetworkCidr)
The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.
|
VpnConnectionOptions |
VpnConnectionOptions.withLocalIpv6NetworkCidr(String localIpv6NetworkCidr)
The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.
|
VpnConnectionOptions |
VpnConnectionOptions.withOutsideIpAddressType(String outsideIpAddressType)
The type of IPv4 address assigned to the outside interface of the customer gateway.
|
VpnConnectionOptions |
VpnConnectionOptions.withRemoteIpv4NetworkCidr(String remoteIpv4NetworkCidr)
The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
|
VpnConnectionOptions |
VpnConnectionOptions.withRemoteIpv6NetworkCidr(String remoteIpv6NetworkCidr)
The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
|
VpnConnectionOptions |
VpnConnectionOptions.withStaticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
VpnConnectionOptions |
VpnConnectionOptions.withTransportTransitGatewayAttachmentId(String transportTransitGatewayAttachmentId)
The transit gateway attachment ID in use for the VPN tunnel.
|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelInsideIpVersion(String tunnelInsideIpVersion)
Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion)
Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelOptions(Collection<TunnelOption> tunnelOptions)
Indicates the VPN tunnel options.
|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelOptions(TunnelOption... tunnelOptions)
Indicates the VPN tunnel options.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnConnection.setOptions(VpnConnectionOptions options)
The VPN connection options.
|
VpnConnection |
VpnConnection.withOptions(VpnConnectionOptions options)
The VPN connection options.
|
Copyright © 2023. All rights reserved.