VsanClusterClomdLivenessResult
VsanClusterClomdLivenessResult
Result of checking CLOMD liveness on vSAN cluster wide.
It contains result of checking CLOMD liveness on each of the vSAN host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"clomdLivenessResult": [
{
"_typeName": "string",
"hostname": "string",
"clomdStat": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
],
"issueFound": false
}
array of
VsanHostClomdLivenessResult
clomdLivenessResult
Optional
Results of checking CLOMD liveness on all the vSAN hosts
boolean
issueFound
Required
True if any problem occurred in checking CLOMD liveness on any vSAN host
Property Of