state property

String? state
getter/setter pair

The current state of the cluster.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : A state was not specified.
  • "CREATING" : The cluster is being created.
  • "ACTIVE" : The cluster is active.
  • "DELETING" : The cluster is being deleted.

Implementation

core.String? state;