Reference documentation and code samples for the Compute V1 Client class Type.
The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
Protobuf type google.cloud.compute.v1.InterconnectAttachment.Type
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectAttachmentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
DEDICATED
Value: 258411983
Attachment to a dedicated interconnect.
Generated from protobuf enum DEDICATED = 258411983;
PARTNER
Value: 461924520
Attachment to a partner interconnect, created by the customer.
Generated from protobuf enum PARTNER = 461924520;
PARTNER_PROVIDER
Value: 483261352
Attachment to a partner interconnect, created by the partner.
Generated from protobuf enum PARTNER_PROVIDER = 483261352;