VsanHostRuntimeInfo

VsanHostRuntimeInfo
VsanHostRuntimeInfo

This data object contains VSAN cluster runtime information from the perspective of the host in question.

This data object is used to represent read-only state whose values may change during operation.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "membershipList": [
        {
            "_typeName": "string",
            "nodeUuid": "string",
            "hostname": "string"
        }
    ],
    "diskIssues": [
        {
            "_typeName": "string",
            "diskId": "string",
            "issue": "string"
        }
    ],
    "accessGenNo": 0
}
membershipList
Optional

This property reports host membership information.

diskIssues
Optional

List of disk issues detected on this host.

To retrieve more information on the issues, use QueryDisksForVsan.

integer As int32 As int32
accessGenNo
Optional

Generation number tracking object accessibility.