Enum Interconnect.OperationalStatus (1.22.0)

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

[Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OS_ACTIVE

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

OS_ACTIVE = 55721409;

OS_ACTIVE_VALUE

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

OS_ACTIVE = 55721409;

OS_UNPROVISIONED

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

OS_UNPROVISIONED = 239771840;

OS_UNPROVISIONED_VALUE

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

OS_UNPROVISIONED = 239771840;

UNDEFINED_OPERATIONAL_STATUS

A value indicating that the enum field is not set.

UNDEFINED_OPERATIONAL_STATUS = 0;

UNDEFINED_OPERATIONAL_STATUS_VALUE

A value indicating that the enum field is not set.

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