VpnGatewayStackType

enum VpnGatewayStackType : Enum<VpnGatewayStackType> , ConvertibleToJava<VpnGatewayStackType>

The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.

Entries

Link copied to clipboard

Enable VPN gateway with both IPv4 and IPv6 protocols.

Link copied to clipboard

Enable VPN gateway with only IPv4 protocol.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): VpnGatewayStackType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: VpnGatewayStackType
Link copied to clipboard
Link copied to clipboard