Enum InterconnectAttachment.EdgeAvailabilityDomain (1.51.0)

public enum InterconnectAttachment.EdgeAvailabilityDomain extends Enum<InterconnectAttachment.EdgeAvailabilityDomain> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.compute.v1.InterconnectAttachment.EdgeAvailabilityDomain

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVAILABILITY_DOMAIN_1

AVAILABILITY_DOMAIN_1 = 349552090;

AVAILABILITY_DOMAIN_1_VALUE

AVAILABILITY_DOMAIN_1 = 349552090;

AVAILABILITY_DOMAIN_2

AVAILABILITY_DOMAIN_2 = 349552091;

AVAILABILITY_DOMAIN_2_VALUE

AVAILABILITY_DOMAIN_2 = 349552091;

AVAILABILITY_DOMAIN_ANY

AVAILABILITY_DOMAIN_ANY = 375256373;

AVAILABILITY_DOMAIN_ANY_VALUE

AVAILABILITY_DOMAIN_ANY = 375256373;

UNDEFINED_EDGE_AVAILABILITY_DOMAIN

A value indicating that the enum field is not set.

UNDEFINED_EDGE_AVAILABILITY_DOMAIN = 0;

UNDEFINED_EDGE_AVAILABILITY_DOMAIN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_EDGE_AVAILABILITY_DOMAIN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()