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