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