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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OS_ACTIVE |
Indicates that attachment has been turned up and is ready to use. |
OS_ACTIVE_VALUE |
Indicates that attachment has been turned up and is ready to use. |
OS_UNPROVISIONED |
Indicates that attachment is not ready to use yet, because turnup is not complete. |
OS_UNPROVISIONED_VALUE |
Indicates that attachment is not ready to use yet, because turnup is not complete. |
UNDEFINED_OPERATIONAL_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_OPERATIONAL_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |