VchaNodeRuntimeInfo

VchaNodeRuntimeInfo
VchaNodeRuntimeInfo

The VchaNodeRuntimeInfo class describes a node's runtime information in a VCHA Cluster.

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

Last known state of the node.

VchaNodeState lists all possible states.

string
nodeRole
Required

Last known role of the node.

VchaNodeRole lists all possible roles.

string
nodeIp
Required

IP address for the node in the replication network.