Compute V1 Client - Class State (2.8.0)

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 \ InstanceGroupManagerStatusAcceleratorTopology

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

ACTIVATING

Value: 378825968

The accelerator topology is being activated.

Generated from protobuf enum ACTIVATING = 378825968;

ACTIVE

Value: 314733318

The accelerator topology is active.

Generated from protobuf enum ACTIVE = 314733318;

DEACTIVATING

Value: 57182257

The accelerator topology is being deactivated.

Generated from protobuf enum DEACTIVATING = 57182257;

FAILED

Value: 455706685

The accelerator topology failed.

Generated from protobuf enum FAILED = 455706685;

INCOMPLETE

Value: 11941214

The 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: 253727587

The accelerator topology is being reactivated.

Generated from protobuf enum REACTIVATING = 253727587;