Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpnTunnelOptionsSpecification |
VpnTunnelOptionsSpecification.clone() |
VpnTunnelOptionsSpecification |
VpnTunnelOptionsSpecification.withPreSharedKey(String preSharedKey)
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer
gateway.
|
VpnTunnelOptionsSpecification |
VpnTunnelOptionsSpecification.withTunnelInsideCidr(String tunnelInsideCidr)
The range of inside IP addresses for the tunnel.
|
Modifier and Type | Method and Description |
---|---|
List<VpnTunnelOptionsSpecification> |
VpnConnectionOptionsSpecification.getTunnelOptions()
The tunnel options for the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.withTunnelOptions(VpnTunnelOptionsSpecification... tunnelOptions)
The tunnel options for the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnConnectionOptionsSpecification.setTunnelOptions(Collection<VpnTunnelOptionsSpecification> tunnelOptions)
The tunnel options for the VPN connection.
|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.withTunnelOptions(Collection<VpnTunnelOptionsSpecification> tunnelOptions)
The tunnel options for the VPN connection.
|
Copyright © 2018. All rights reserved.