Enum InstanceGroupManagerStatusAcceleratorTopology.State (1.101.0)

public enum InstanceGroupManagerStatusAcceleratorTopology.State extends Enum<InstanceGroupManagerStatusAcceleratorTopology.State> implements ProtocolMessageEnum

Output only. [Output Only] The state of the accelerator topology.

Protobuf enum google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopology.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVATING

The accelerator topology is being activated.

ACTIVATING = 378825968;

ACTIVATING_VALUE

The accelerator topology is being activated.

ACTIVATING = 378825968;

ACTIVE

The accelerator topology is active.

ACTIVE = 314733318;

ACTIVE_VALUE

The accelerator topology is active.

ACTIVE = 314733318;

DEACTIVATING

The accelerator topology is being deactivated.

DEACTIVATING = 57182257;

DEACTIVATING_VALUE

The accelerator topology is being deactivated.

DEACTIVATING = 57182257;

FAILED

The accelerator topology failed.

FAILED = 455706685;

FAILED_VALUE

The accelerator topology failed.

FAILED = 455706685;

INCOMPLETE

The configuration is incomplete and the accelerator topology cannot be activated due to insufficient number of running VMs.

INCOMPLETE = 11941214;

INCOMPLETE_VALUE

The configuration is incomplete and the accelerator topology cannot be activated due to insufficient number of running VMs.

INCOMPLETE = 11941214;

REACTIVATING

The accelerator topology is being reactivated.

REACTIVATING = 253727587;

REACTIVATING_VALUE

The accelerator topology is being reactivated.

REACTIVATING = 253727587;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()