Enum InterconnectAttachment.OperationalStatus (1.51.0)

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

[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OS_ACTIVE

Indicates that attachment has been turned up and is ready to use.

OS_ACTIVE = 55721409;

OS_ACTIVE_VALUE

Indicates that attachment has been turned up and is ready to use.

OS_ACTIVE = 55721409;

OS_UNPROVISIONED

Indicates that attachment is not ready to use yet, because turnup is not complete.

OS_UNPROVISIONED = 239771840;

OS_UNPROVISIONED_VALUE

Indicates that attachment is not ready to use yet, because turnup is not complete.

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