Enum Node.Types.State (1.1.0)

public enum State

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

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Fields

NameDescription
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 and is fully usable.

Reimaging

TPU node is undergoing reimaging.

Repairing

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

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.