ClusterState
No description
enum ClusterState {
PENDING
PENDING_SETUP
CREATING
HEALTHY
DELETING
ERROR
ERROR_DELETING
}
Values
ClusterState.PENDING
ClusterState.PENDING_SETUP
ClusterState.CREATING
ClusterState.HEALTHY
ClusterState.DELETING
ClusterState.ERROR
ClusterState.ERROR_DELETING
Member Of
Cluster
object