public enum InterconnectAttachment.Types.OperationalStatusReference documentation and code samples for the Compute Engine v1 API enum InterconnectAttachment.Types.OperationalStatus.
[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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
OsActive |
Indicates that attachment has been turned up and is ready to use. |
OsUnprovisioned |
Indicates that attachment is not ready to use yet, because turnup is not complete. |
UndefinedOperationalStatus |
A value indicating that the enum field is not set. |