[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Tpu V2 Client - Class State (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-tpu/latest/V2.Node.State)\n- [2.1.1](/php/docs/reference/cloud-tpu/2.1.1/V2.Node.State)\n- [2.0.0](/php/docs/reference/cloud-tpu/2.0.0/V2.Node.State)\n- [1.4.7](/php/docs/reference/cloud-tpu/1.4.7/V2.Node.State)\n- [1.3.2](/php/docs/reference/cloud-tpu/1.3.2/V2.Node.State)\n- [1.2.0](/php/docs/reference/cloud-tpu/1.2.0/V2.Node.State)\n- [1.1.1](/php/docs/reference/cloud-tpu/1.1.1/V2.Node.State)\n- [1.0.5](/php/docs/reference/cloud-tpu/1.0.5/V2.Node.State) \nReference documentation and code samples for the Google Cloud Tpu V2 Client class State.\n\nRepresents the different states of a TPU node during its lifecycle.\n\nProtobuf type `google.cloud.tpu.v2.Node.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Tpu \\\\ V2 \\\\ Node\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nTPU node state is not known/set.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nTPU node is being created.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### READY\n\n Value: 2\n\nTPU node has been created.\n\nGenerated from protobuf enum `READY = 2;`\n\n### RESTARTING\n\n Value: 3\n\nTPU node is restarting.\n\nGenerated from protobuf enum `RESTARTING = 3;`\n\n### REIMAGING\n\n Value: 4\n\nTPU node is undergoing reimaging.\n\nGenerated from protobuf enum `REIMAGING = 4;`\n\n### DELETING\n\n Value: 5\n\nTPU node is being deleted.\n\nGenerated from protobuf enum `DELETING = 5;`\n\n### REPAIRING\n\n Value: 6\n\nTPU node is being repaired and may be unusable. Details can be\nfound in the 'help_description' field.\n\nGenerated from protobuf enum `REPAIRING = 6;`\n\n### STOPPED\n\n Value: 8\n\nTPU node is stopped.\n\nGenerated from protobuf enum `STOPPED = 8;`\n\n### STOPPING\n\n Value: 9\n\nTPU node is currently stopping.\n\nGenerated from protobuf enum `STOPPING = 9;`\n\n### STARTING\n\n Value: 10\n\nTPU node is currently starting.\n\nGenerated from protobuf enum `STARTING = 10;`\n\n### PREEMPTED\n\n Value: 11\n\nTPU node has been preempted. Only applies to Preemptible TPU Nodes.\n\nGenerated from protobuf enum `PREEMPTED = 11;`\n\n### TERMINATED\n\n Value: 12\n\nTPU node has been terminated due to maintenance or has reached the end of\nits life cycle (for preemptible nodes).\n\nGenerated from protobuf enum `TERMINATED = 12;`\n\n### HIDING\n\n Value: 13\n\nTPU node is currently hiding.\n\nGenerated from protobuf enum `HIDING = 13;`\n\n### HIDDEN\n\n Value: 14\n\nTPU node has been hidden.\n\nGenerated from protobuf enum `HIDDEN = 14;`\n\n### UNHIDING\n\n Value: 15\n\nTPU node is currently unhiding.\n\nGenerated from protobuf enum `UNHIDING = 15;`\n\n### UNKNOWN\n\n Value: 16\n\nTPU node has unknown state after a failed repair.\n\nGenerated from protobuf enum `UNKNOWN = 16;`"]]