Google Cloud Network Management V1 Client - Class Type (2.7.0)

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 \ InterconnectAttachmentInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

DEDICATED

Value: 1

Attachment to a dedicated interconnect.

Generated from protobuf enum DEDICATED = 1;

PARTNER

Value: 2

Attachment to a partner interconnect, created by the customer.

Generated from protobuf enum PARTNER = 2;

PARTNER_PROVIDER

Value: 3

Attachment to a partner interconnect, created by the partner.

Generated from protobuf enum PARTNER_PROVIDER = 3;

L2_DEDICATED

Value: 4

Attachment to a L2 interconnect, created by the customer.

Generated from protobuf enum L2_DEDICATED = 4;