state property

String? state
getter/setter pair

The current state of VMware admin cluster.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "PROVISIONING" : The PROVISIONING state indicates the cluster is being created.
  • "RUNNING" : The RUNNING state indicates the cluster has been created and is fully usable.
  • "RECONCILING" : The RECONCILING state indicates that the cluster is being updated. It remains available, but potentially with degraded performance.
  • "STOPPING" : The STOPPING state indicates the cluster is being deleted.
  • "ERROR" : The ERROR state indicates the cluster is in a broken unrecoverable state.
  • "DEGRADED" : The DEGRADED state indicates the cluster requires user action to restore full functionality.

Implementation

core.String? state;