InterconnectAttachmentStackType

enum InterconnectAttachmentStackType : Enum<InterconnectAttachmentStackType> , ConvertibleToJava<InterconnectAttachmentStackType>

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.

Entries

Link copied to clipboard

The interconnect attachment can have both IPv4 and IPv6 addresses.

Link copied to clipboard

The interconnect attachment will only be assigned IPv4 addresses.

Types

Link copied to clipboard
object Companion

Functions

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