Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
Protobuf type google.cloud.compute.v1.InterconnectLocation.Status
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectLocationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
AVAILABLE
Value: 442079913
The InterconnectLocation is available for provisioning new Interconnects.
Generated from protobuf enum AVAILABLE = 442079913;
CLOSED
Value: 380163436
The InterconnectLocation is closed for provisioning new Interconnects.
Generated from protobuf enum CLOSED = 380163436;