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