Enum ClusterNodeState
Enumerates the possible states of a cluster node from the hosting manager's perspective.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public enum ClusterNodeState
Fields
Name | Description |
---|---|
Conflict | The node conflicts with an existing virtual machine that was not deployed with the cluster. |
NotProvisioned | The node is not provisioned. |
Off | The node is provisioned but turned off. |
Paused | The node is sleeping. |
Running | The node is running. |
Starting | The node is starting. |
Unknown | The node state is not known. |