public enum Node.Types.State
Reference documentation and code samples for the Cloud TPU v1 API enum Node.Types.State.
Represents the different states of a TPU node during its lifecycle.
Namespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Fields | |
---|---|
Name | Description |
Creating | TPU node is being created. |
Deleting | TPU node is being deleted. |
Hidden | TPU node has been hidden. |
Hiding | TPU node is currently hiding. |
Preempted | TPU node has been preempted. Only applies to Preemptible TPU Nodes. |
Ready | TPU node has been created. |
Reimaging | TPU node is undergoing reimaging. |
Repairing | TPU node is being repaired and may be unusable. Details can be
found in the |
Restarting | TPU node is restarting. |
Starting | TPU node is currently starting. |
Stopped | TPU node is stopped. |
Stopping | TPU node is currently stopping. |
Terminated | TPU node has been terminated due to maintenance or has reached the end of its life cycle (for preemptible nodes). |
Unhiding | TPU node is currently unhiding. |
Unspecified | TPU node state is not known/set. |