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.
- L2_DEDICATED: a L2 attachment to a Dedicated Interconnect.
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: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
DEDICATED
Value: 258411983Attachment to a dedicated interconnect.
Generated from protobuf enum DEDICATED = 258411983;
L2_DEDICATED
Value: 336595510Attachment to a dedicated interconnect, forwarding L2 packets.
Generated from protobuf enum L2_DEDICATED = 336595510;
PARTNER
Value: 461924520Attachment to a partner interconnect, created by the customer.
Generated from protobuf enum PARTNER = 461924520;
PARTNER_PROVIDER
Value: 483261352Attachment to a partner interconnect, created by the partner.
Generated from protobuf enum PARTNER_PROVIDER = 483261352;