Enum InterconnectAttachmentInfo.Type (1.83.0)

public enum InterconnectAttachmentInfo.Type extends Enum<InterconnectAttachmentInfo.Type> implements ProtocolMessageEnum

What type of interconnect attachment this is.

Protobuf enum google.cloud.networkmanagement.v1.InterconnectAttachmentInfo.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEDICATED

Attachment to a dedicated interconnect.

DEDICATED = 1;

DEDICATED_VALUE

Attachment to a dedicated interconnect.

DEDICATED = 1;

L2_DEDICATED

Attachment to a L2 interconnect, created by the customer.

L2_DEDICATED = 4;

L2_DEDICATED_VALUE

Attachment to a L2 interconnect, created by the customer.

L2_DEDICATED = 4;

PARTNER

Attachment to a partner interconnect, created by the customer.

PARTNER = 2;

PARTNER_PROVIDER

Attachment to a partner interconnect, created by the partner.

PARTNER_PROVIDER = 3;

PARTNER_PROVIDER_VALUE

Attachment to a partner interconnect, created by the partner.

PARTNER_PROVIDER = 3;

PARTNER_VALUE

Attachment to a partner interconnect, created by the customer.

PARTNER = 2;

TYPE_UNSPECIFIED

Unspecified type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()