Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TunnelInsideIpVersion |
TunnelInsideIpVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TunnelInsideIpVersion |
VpnConnectionOptionsSpecification.tunnelInsideIpVersion()
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
TunnelInsideIpVersion |
VpnConnectionOptions.tunnelInsideIpVersion()
Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
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 |
---|---|
static Set<TunnelInsideIpVersion> |
TunnelInsideIpVersion.knownValues()
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptionsSpecification.Builder |
VpnConnectionOptionsSpecification.Builder.tunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion)
Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
VpnConnectionOptions.Builder |
VpnConnectionOptions.Builder.tunnelInsideIpVersion(TunnelInsideIpVersion tunnelInsideIpVersion)
Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
Copyright © 2022. All rights reserved.