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;
RUNNING
Value: 121282975The accelerator topology is running.
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: 462118084The accelerator topology is unhealthy.
Generated from protobuf enum UNHEALTHY = 462118084;