VsanHostClusterStatus
VsanHostClusterStatus
The VsanHostClusterStatus data object contains a host's cluster status information for the VSAN service.
This data object is used to represent read-only state whose values may change during operation.
See also QueryHostStatus.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"uuid": "string",
"nodeUuid": "string",
"health": "string",
"nodeState": {
"_typeName": "string",
"state": "string",
"completion": {
"_typeName": "string",
"completeTime": "string",
"percentComplete": 0
}
},
"memberUuid": [
"string"
]
}
string
uuid
Optional
VSAN service cluster UUID.
string
nodeUuid
Optional
VSAN node UUID for this host.
string
health
Required
VSAN health state for this host.
See also VsanHostHealthStateEnum.
nodeState
Required
Data object representing the VSAN node state for a host.
array of string
memberUuid
Optional
List of UUIDs for VSAN nodes known to this host.