Reference documentation and code samples for the Google Cloud Network Management V1 Client class Type.
What type of interconnect attachment this is.
Protobuf type google.cloud.networkmanagement.v1.InterconnectAttachmentInfo.Type
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ InterconnectAttachmentInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
DEDICATED
Value: 1Attachment to a dedicated interconnect.
Generated from protobuf enum DEDICATED = 1;
PARTNER
Value: 2Attachment to a partner interconnect, created by the customer.
Generated from protobuf enum PARTNER = 2;
PARTNER_PROVIDER
Value: 3Attachment to a partner interconnect, created by the partner.
Generated from protobuf enum PARTNER_PROVIDER = 3;
L2_DEDICATED
Value: 4Attachment to a L2 interconnect, created by the customer.
Generated from protobuf enum L2_DEDICATED = 4;