InterconnectAttachmentEdgeAvailabilityDomain

enum InterconnectAttachmentEdgeAvailabilityDomain : Enum<InterconnectAttachmentEdgeAvailabilityDomain> , ConvertibleToJava<InterconnectAttachmentEdgeAvailabilityDomain>

Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

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