Reference documentation and code samples for the Compute V1 Client class State.
Output only. [Output Only] The state of the accelerator topology.
Protobuf type google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopology.State
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerStatusAcceleratorTopologyMethods
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;
ACTIVATING
Value: 378825968The accelerator topology is being activated.
Generated from protobuf enum ACTIVATING = 378825968;
ACTIVE
Value: 314733318The accelerator topology is active.
Generated from protobuf enum ACTIVE = 314733318;
DEACTIVATING
Value: 57182257The accelerator topology is being deactivated.
Generated from protobuf enum DEACTIVATING = 57182257;
FAILED
Value: 455706685The accelerator topology failed.
Generated from protobuf enum FAILED = 455706685;
INCOMPLETE
Value: 11941214The configuration is incomplete and the accelerator topology cannot be activated due to insufficient number of running VMs.
Generated from protobuf enum INCOMPLETE = 11941214;
REACTIVATING
Value: 253727587The accelerator topology is being reactivated.
Generated from protobuf enum REACTIVATING = 253727587;