VsanHostClomdLivenessResult
VsanHostClomdLivenessResult
Result of checking CLOMD liveness on an ESX host belongs to a vSAN cluster.
Field 'error' keeps the error output in checking CLOMD liveness.
AllOf
This class requires all of the following:
JSON Example
{
"_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"
}
]
}
}
string
hostname
Required
Name of a vSAN host
string
clomdStat
Required
Indicate CLOMD state on the vSAN host.
The possible states are 'alive', 'abnormal' (if any error occurred during checking the ClOMD state) and 'unknown' (if vSAN health service is not installed on the host)
error
Optional
Error output for checking CLOMD state on the vSAN host