Module: Google::Cloud::Tpu::V1::Node::State
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Represents the different states of a TPU node during its lifecycle.
Constant Summary collapse
- STATE_UNSPECIFIED =
TPU node state is not known/set.
0- CREATING =
TPU node is being created.
1- READY =
TPU node has been created.
2- RESTARTING =
TPU node is restarting.
3- REIMAGING =
TPU node is undergoing reimaging.
4- DELETING =
TPU node is being deleted.
5- REPAIRING =
TPU node is being repaired and may be unusable. Details can be found in the
help_descriptionfield. 6- STOPPED =
TPU node is stopped.
8- STOPPING =
TPU node is currently stopping.
9- STARTING =
TPU node is currently starting.
10- PREEMPTED =
TPU node has been preempted. Only applies to Preemptible TPU Nodes.
11- TERMINATED =
TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).
12- HIDING =
TPU node is currently hiding.
13- HIDDEN =
TPU node has been hidden.
14- UNHIDING =
TPU node is currently unhiding.
15- UNKNOWN =
TPU node has unknown state after a failed repair.
16