Reference documentation and code samples for the Compute V1 Client class State.
The state of the accelerator topology.
Protobuf type google.cloud.compute.v1.AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState.State
Namespace
Google \ Cloud \ Compute \ V1 \ AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
AVAILABLE
Value: 442079913The accelerator topology is available.
Generated from protobuf enum AVAILABLE = 442079913;
DEGRADED
Value: 396890926The accelerator topology is degraded. The underlying capacity is not in a healthy state and is not available.
Generated from protobuf enum DEGRADED = 396890926;
RUNNING
Value: 121282975The accelerator topology is running. If there are both running and degraded hosts within a topology, DEGRADED state will be returned.
Generated from protobuf enum RUNNING = 121282975;
TOPOLOGY_STATE_UNSPECIFIED
Value: 188327545The state of the topology is unspecified.
Generated from protobuf enum TOPOLOGY_STATE_UNSPECIFIED = 188327545;
UNHEALTHY
Value: 462118084This value has been deprecated and is no longer used.
Generated from protobuf enum UNHEALTHY = 462118084;