state property

String? state
getter/setter pair

The current state for the TPU Node.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : TPU node state is not known/set.
  • "CREATING" : TPU node is being created.
  • "READY" : TPU node has been created.
  • "RESTARTING" : TPU node is restarting.
  • "REIMAGING" : TPU node is undergoing reimaging.
  • "DELETING" : TPU node is being deleted.
  • "REPAIRING" : TPU node is being repaired and may be unusable. Details can be found in the 'help_description' field.
  • "STOPPED" : TPU node is stopped.
  • "STOPPING" : TPU node is currently stopping.
  • "STARTING" : TPU node is currently starting.
  • "PREEMPTED" : TPU node has been preempted. Only applies to Preemptible TPU Nodes.
  • "TERMINATED" : TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes).
  • "HIDING" : TPU node is currently hiding.
  • "HIDDEN" : TPU node has been hidden.
  • "UNHIDING" : TPU node is currently unhiding.

Implementation

core.String? state;