Module state

Source
Expand description

Useful constants to work with State

Constantsยง

ACTIVE
The Cluster is operational and can be used by the user.
CREATING
The Cluster is being deployed.
DELETING
The Cluster is being deleted.
REPAIRING
The Cluster is undergoing maintenance, for example: a failed node is getting replaced.
STATE_UNSPECIFIED
The default value. This value should never be used.
UPDATING
Adding or removing of a node to the cluster, any other cluster specific updates.