Enum Node.State (2.42.0)

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

Represents the different states of a TPU node during its lifecycle.

Protobuf enum google.cloud.tpu.v1.Node.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

TPU node is being created.

CREATING = 1;

CREATING_VALUE

TPU node is being created.

CREATING = 1;

DELETING

TPU node is being deleted.

DELETING = 5;

DELETING_VALUE

TPU node is being deleted.

DELETING = 5;

HIDDEN

TPU node has been hidden.

HIDDEN = 14;

HIDDEN_VALUE

TPU node has been hidden.

HIDDEN = 14;

HIDING

TPU node is currently hiding.

HIDING = 13;

HIDING_VALUE

TPU node is currently hiding.

HIDING = 13;

PREEMPTED

TPU node has been preempted. Only applies to Preemptible TPU Nodes.

PREEMPTED = 11;

PREEMPTED_VALUE

TPU node has been preempted. Only applies to Preemptible TPU Nodes.

PREEMPTED = 11;

READY

TPU node has been created.

READY = 2;

READY_VALUE

TPU node has been created.

READY = 2;

REIMAGING

TPU node is undergoing reimaging.

REIMAGING = 4;

REIMAGING_VALUE

TPU node is undergoing reimaging.

REIMAGING = 4;

REPAIRING

TPU node is being repaired and may be unusable. Details can be found in the help_description field.

REPAIRING = 6;

REPAIRING_VALUE

TPU node is being repaired and may be unusable. Details can be found in the help_description field.

REPAIRING = 6;

RESTARTING

TPU node is restarting.

RESTARTING = 3;

RESTARTING_VALUE

TPU node is restarting.

RESTARTING = 3;

STARTING

TPU node is currently starting.

STARTING = 10;

STARTING_VALUE

TPU node is currently starting.

STARTING = 10;

STATE_UNSPECIFIED

TPU node state is not known/set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

TPU node state is not known/set.

STATE_UNSPECIFIED = 0;

STOPPED

TPU node is stopped.

STOPPED = 8;

STOPPED_VALUE

TPU node is stopped.

STOPPED = 8;

STOPPING

TPU node is currently stopping.

STOPPING = 9;

STOPPING_VALUE

TPU node is currently stopping.

STOPPING = 9;

TERMINATED

TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).

TERMINATED = 12;

TERMINATED_VALUE

TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).

TERMINATED = 12;

UNHIDING

TPU node is currently unhiding.

UNHIDING = 15;

UNHIDING_VALUE

TPU node is currently unhiding.

UNHIDING = 15;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()