Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
Protobuf type google.cloud.compute.v1.InterconnectRemoteLocation.Status
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectRemoteLocationMethods
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 InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
Generated from protobuf enum AVAILABLE = 442079913;
CLOSED
Value: 380163436
The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects.
Generated from protobuf enum CLOSED = 380163436;