Google Anthos Multi Cloud V1 Client - Class State (0.3.0)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class State.

The lifecycle state of the node pool.

Protobuf type google.cloud.gkemulticloud.v1.AzureNodePool.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

The PROVISIONING state indicates the node pool is being created.

Generated from protobuf enum PROVISIONING = 1;

RUNNING

Value: 2

The RUNNING state indicates the node pool has been created and is fully usable.

Generated from protobuf enum RUNNING = 2;

RECONCILING

Value: 3

The RECONCILING state indicates that the node pool is being reconciled.

Generated from protobuf enum RECONCILING = 3;

STOPPING

Value: 4

The STOPPING state indicates the node pool is being deleted.

Generated from protobuf enum STOPPING = 4;

ERROR

Value: 5

The ERROR state indicates the node pool is in a broken unrecoverable state.

Generated from protobuf enum ERROR = 5;

DEGRADED

Value: 6

The DEGRADED state indicates the node pool requires user action to restore full functionality.

Generated from protobuf enum DEGRADED = 6;