Reference documentation and code samples for the Compute V1 Client class OperationalStatus.
[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 type google.cloud.compute.v1.Interconnect.OperationalStatus
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_OPERATIONAL_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_OPERATIONAL_STATUS = 0;
OS_ACTIVE
Value: 55721409
The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.
Generated from protobuf enum OS_ACTIVE = 55721409;
OS_UNPROVISIONED
Value: 239771840
The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.
Generated from protobuf enum OS_UNPROVISIONED = 239771840;