NetworkInterfaceStackType

enum NetworkInterfaceStackType : Enum<NetworkInterfaceStackType> , ConvertibleToJava<NetworkInterfaceStackType>

The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.

Entries

Link copied to clipboard

The network interface can have both IPv4 and IPv6 addresses.

Link copied to clipboard

The network interface will be assigned IPv4 address.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): NetworkInterfaceStackType
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: NetworkInterfaceStackType
Link copied to clipboard
Link copied to clipboard