Enum Interconnect.State (1.51.0)

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

[Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.

ACTIVE = 314733318;

ACTIVE_VALUE

The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.

ACTIVE = 314733318;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNPROVISIONED

The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.

UNPROVISIONED = 517333979;

UNPROVISIONED_VALUE

The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.

UNPROVISIONED = 517333979;

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