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