Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TunnelInsideIpVersion |
TunnelInsideIpVersion.fromValue(String value)
Use this in place of valueOf.
|
static TunnelInsideIpVersion |
TunnelInsideIpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelInsideIpVersion[] |
TunnelInsideIpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptions |
VpnConnectionOptions.withTunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion)
Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.withTunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion)
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
Copyright © 2021. All rights reserved.