Enum Interconnect.InterconnectType (1.30.0)

public enum Interconnect.InterconnectType extends Enum<Interconnect.InterconnectType> implements ProtocolMessageEnum

Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.

Protobuf enum google.cloud.compute.v1.Interconnect.InterconnectType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEDICATED

A dedicated physical interconnection with the customer.

DEDICATED = 258411983;

DEDICATED_VALUE

A dedicated physical interconnection with the customer.

DEDICATED = 258411983;

IT_PRIVATE

[Deprecated] A private, physical interconnection with the customer.

IT_PRIVATE = 335677007;

IT_PRIVATE_VALUE

[Deprecated] A private, physical interconnection with the customer.

IT_PRIVATE = 335677007;

PARTNER

A partner-managed interconnection shared between customers via partner.

PARTNER = 461924520;

PARTNER_VALUE

A partner-managed interconnection shared between customers via partner.

PARTNER = 461924520;

UNDEFINED_INTERCONNECT_TYPE

A value indicating that the enum field is not set.

UNDEFINED_INTERCONNECT_TYPE = 0;

UNDEFINED_INTERCONNECT_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_INTERCONNECT_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()