Enum InterconnectAttachment.Type (1.24.0)

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

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 enum google.cloud.compute.v1.InterconnectAttachment.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEDICATED

Attachment to a dedicated interconnect.

DEDICATED = 258411983;

DEDICATED_VALUE

Attachment to a dedicated interconnect.

DEDICATED = 258411983;

PARTNER

Attachment to a partner interconnect, created by the customer.

PARTNER = 461924520;

PARTNER_PROVIDER

Attachment to a partner interconnect, created by the partner.

PARTNER_PROVIDER = 483261352;

PARTNER_PROVIDER_VALUE

Attachment to a partner interconnect, created by the partner.

PARTNER_PROVIDER = 483261352;

PARTNER_VALUE

Attachment to a partner interconnect, created by the customer.

PARTNER = 461924520;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()