Enum AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState.State (1.91.0)

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

The state of the accelerator topology.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

The accelerator topology is available.

AVAILABLE = 442079913;

AVAILABLE_VALUE

The accelerator topology is available.

AVAILABLE = 442079913;

DEGRADED

The accelerator topology is degraded. The underlying capacity is not in a healthy state and is not available.

DEGRADED = 396890926;

DEGRADED_VALUE

The accelerator topology is degraded. The underlying capacity is not in a healthy state and is not available.

DEGRADED = 396890926;

RUNNING

The accelerator topology is running. If there are both running and degraded hosts within a topology, DEGRADED state will be returned.

RUNNING = 121282975;

RUNNING_VALUE

The accelerator topology is running. If there are both running and degraded hosts within a topology, DEGRADED state will be returned.

RUNNING = 121282975;

TOPOLOGY_STATE_UNSPECIFIED

The state of the topology is unspecified.

TOPOLOGY_STATE_UNSPECIFIED = 188327545;

TOPOLOGY_STATE_UNSPECIFIED_VALUE

The state of the topology is unspecified.

TOPOLOGY_STATE_UNSPECIFIED = 188327545;

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;

UNHEALTHY

This value has been deprecated and is no longer used.

UNHEALTHY = 462118084;

UNHEALTHY_VALUE

This value has been deprecated and is no longer used.

UNHEALTHY = 462118084;

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()