public enum Interconnect.State extends Enum<Interconnect.State> implements ProtocolMessageEnumOutput only. [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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect. |
ACTIVE_VALUE |
The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNPROVISIONED |
The interconnect has not completed turnup. No attachments may be provisioned on this interconnect. |
UNPROVISIONED_VALUE |
The interconnect has not completed turnup. No attachments may be provisioned on this interconnect. |
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() |
|