Reference documentation and code samples for the Compute V1 Client class EdgeAvailabilityDomain.
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 type google.cloud.compute.v1.InterconnectAttachment.EdgeAvailabilityDomain
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectAttachmentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_EDGE_AVAILABILITY_DOMAIN
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_EDGE_AVAILABILITY_DOMAIN = 0;
AVAILABILITY_DOMAIN_1
Value: 349552090
Generated from protobuf enum AVAILABILITY_DOMAIN_1 = 349552090;
AVAILABILITY_DOMAIN_2
Value: 349552091
Generated from protobuf enum AVAILABILITY_DOMAIN_2 = 349552091;
AVAILABILITY_DOMAIN_ANY
Value: 375256373
Generated from protobuf enum AVAILABILITY_DOMAIN_ANY = 375256373;