Reference documentation and code samples for the Google Cloud Container V1 Client class Status.
The current status of the node pool instance.
Protobuf typegoogle.container.v1.NodePool.Status
Namespace
Google \ Cloud \ Container \ V1 \ NodePool
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATUS_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enumSTATUS_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The PROVISIONING state indicates the node pool is being created.
Generated from protobuf enumPROVISIONING = 1;
RUNNING
Value: 2
The RUNNING state indicates the node pool has been created
and is fully usable.
Generated from protobuf enumRUNNING = 2;
RUNNING_WITH_ERROR
Value: 3
The RUNNING_WITH_ERROR state indicates the node pool has been created
and is partially usable. Some error state has occurred and some
functionality may be impaired. Customer may need to reissue a request
or trigger a new update.
Generated from protobuf enumRUNNING_WITH_ERROR = 3;
RECONCILING
Value: 4
The RECONCILING state indicates that some work is actively being done on
the node pool, such as upgrading node software. Details can
be found in thestatusMessagefield.
Generated from protobuf enumRECONCILING = 4;
STOPPING
Value: 5
The STOPPING state indicates the node pool is being deleted.
Generated from protobuf enumSTOPPING = 5;
ERROR
Value: 6
The ERROR state indicates the node pool may be unusable. Details
can be found in thestatusMessagefield.
[[["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 Container V1 Client - Class Status (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-container/latest/V1.NodePool.Status)\n- [2.4.0](/php/docs/reference/cloud-container/2.4.0/V1.NodePool.Status)\n- [2.3.4](/php/docs/reference/cloud-container/2.3.4/V1.NodePool.Status)\n- [2.2.1](/php/docs/reference/cloud-container/2.2.1/V1.NodePool.Status)\n- [2.1.0](/php/docs/reference/cloud-container/2.1.0/V1.NodePool.Status)\n- [2.0.0](/php/docs/reference/cloud-container/2.0.0/V1.NodePool.Status)\n- [1.33.0](/php/docs/reference/cloud-container/1.33.0/V1.NodePool.Status)\n- [1.32.0](/php/docs/reference/cloud-container/1.32.0/V1.NodePool.Status)\n- [1.31.0](/php/docs/reference/cloud-container/1.31.0/V1.NodePool.Status)\n- [1.30.3](/php/docs/reference/cloud-container/1.30.3/V1.NodePool.Status)\n- [1.24.0](/php/docs/reference/cloud-container/1.24.0/V1.NodePool.Status)\n- [1.23.0](/php/docs/reference/cloud-container/1.23.0/V1.NodePool.Status)\n- [1.22.0](/php/docs/reference/cloud-container/1.22.0/V1.NodePool.Status)\n- [1.21.1](/php/docs/reference/cloud-container/1.21.1/V1.NodePool.Status)\n- [1.20.0](/php/docs/reference/cloud-container/1.20.0/V1.NodePool.Status)\n- [1.19.0](/php/docs/reference/cloud-container/1.19.0/V1.NodePool.Status)\n- [1.18.0](/php/docs/reference/cloud-container/1.18.0/V1.NodePool.Status)\n- [1.17.1](/php/docs/reference/cloud-container/1.17.1/V1.NodePool.Status)\n- [1.16.0](/php/docs/reference/cloud-container/1.16.0/V1.NodePool.Status)\n- [1.15.0](/php/docs/reference/cloud-container/1.15.0/V1.NodePool.Status)\n- [1.14.0](/php/docs/reference/cloud-container/1.14.0/V1.NodePool.Status)\n- [1.13.1](/php/docs/reference/cloud-container/1.13.1/V1.NodePool.Status)\n- [1.12.1](/php/docs/reference/cloud-container/1.12.1/V1.NodePool.Status)\n- [1.10.3](/php/docs/reference/cloud-container/1.10.3/V1.NodePool.Status)\n- [1.9.1](/php/docs/reference/cloud-container/1.9.1/V1.NodePool.Status) \nReference documentation and code samples for the Google Cloud Container V1 Client class Status.\n\nThe current status of the node pool instance.\n\nProtobuf type `google.container.v1.NodePool.Status`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Container \\\\ V1 \\\\ NodePool\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATUS_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `STATUS_UNSPECIFIED = 0;`\n\n### PROVISIONING\n\n Value: 1\n\nThe PROVISIONING state indicates the node pool is being created.\n\nGenerated from protobuf enum `PROVISIONING = 1;`\n\n### RUNNING\n\n Value: 2\n\nThe RUNNING state indicates the node pool has been created\nand is fully usable.\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### RUNNING_WITH_ERROR\n\n Value: 3\n\nThe RUNNING_WITH_ERROR state indicates the node pool has been created\nand is partially usable. Some error state has occurred and some\nfunctionality may be impaired. Customer may need to reissue a request\nor trigger a new update.\n\nGenerated from protobuf enum `RUNNING_WITH_ERROR = 3;`\n\n### RECONCILING\n\n Value: 4\n\nThe RECONCILING state indicates that some work is actively being done on\nthe node pool, such as upgrading node software. Details can\nbe found in the `statusMessage` field.\n\nGenerated from protobuf enum `RECONCILING = 4;`\n\n### STOPPING\n\n Value: 5\n\nThe STOPPING state indicates the node pool is being deleted.\n\nGenerated from protobuf enum `STOPPING = 5;`\n\n### ERROR\n\n Value: 6\n\nThe ERROR state indicates the node pool may be unusable. Details\ncan be found in the `statusMessage` field.\n\nGenerated from protobuf enum `ERROR = 6;`"]]