Enum ClusterState
Enumerates the possible overall states for a cluster.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public enum ClusterState
Fields
| Name | Description |
|---|---|
| Configuring | Cluster configuration is incomplete. |
| Conflict | One or more virtual machines exist with names conflicting with the nodes defined for the cluster being checked. |
| Healthy | Cluster is configured and healthy. |
| NoResponse | Cluster didn't respond to a health request. |
| NotFound | Cluster not found. |
| Off | Cluster is configured but is turned off. |
| Paused | Cluster is configured but is paused. |
| Provisioned | Cluster has been provisioned but not configured. |
| Provisoning | Cluster provisioning is incomplete. |
| Transitioning | Cluster is configured but transitoning between sleeping, starting, or being turned off. |
| Unhealthy | Cluster is configured but not healthy. |
| Unknown | Status could not be determined. |