VchaClusterRuntimeInfo

VchaClusterRuntimeInfo
VchaClusterRuntimeInfo

The VchaClusterRuntimeInfo class describes the runtime information of a VCHA Cluster.

This includes the last known state of the cluster and last known states of each node.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterState": "string",
    "nodeInfo": [
        {
            "_typeName": "string",
            "nodeState": "string",
            "nodeRole": "string",
            "nodeIp": "string"
        }
    ],
    "clusterMode": "string"
}
string
clusterState
Required

Last known state of the VCHA Cluster.

VchaClusterState lists all possible states.

nodeInfo
Optional

Runtime information for each node in the VCHA Cluster.

string
clusterMode
Required

Operational mode of the VCHA Cluster.

VchaClusterMode lists all possible modes.