Cloud TPU V1 API - Module Google::Cloud::Tpu::V1::Node::State (v0.7.0)

Reference documentation and code samples for the Cloud TPU V1 API module Google::Cloud::Tpu::V1::Node::State.

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

Constants

STATE_UNSPECIFIED

value: 0
TPU node state is not known/set.

CREATING

value: 1
TPU node is being created.

READY

value: 2
TPU node has been created.

RESTARTING

value: 3
TPU node is restarting.

REIMAGING

value: 4
TPU node is undergoing reimaging.

DELETING

value: 5
TPU node is being deleted.

REPAIRING

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

STOPPED

value: 8
TPU node is stopped.

STOPPING

value: 9
TPU node is currently stopping.

STARTING

value: 10
TPU node is currently starting.

PREEMPTED

value: 11
TPU node has been preempted. Only applies to Preemptible TPU Nodes.

TERMINATED

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

HIDING

value: 13
TPU node is currently hiding.

HIDDEN

value: 14
TPU node has been hidden.

UNHIDING

value: 15
TPU node is currently unhiding.