ClusterRuntimeInfo

ClusterRuntimeInfo
ClusterRuntimeInfo

Information related to vSAN cluster that is associated with current host.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterUuid": "string",
    "totalComponentsCount": 0,
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
clusterUuid
Required

The vSAN cluster UUID.

integer As int32 As int32
totalComponentsCount
Required

The number of components for this cluster on the witness host.

cluster
Optional

The vSAN cluster managed object.