Enum InterconnectAttachment.EdgeAvailabilityDomain (1.80.0)

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

Input only. 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

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()