VsanHostCreateVmHealthTestResult
VsanHostCreateVmHealthTestResult
This class encapsulates VM creation test result for a single vSAN host
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"hostname": "string",
"state": "string",
"fault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
string
hostname
Required
The host name
string
state
Required
The VM creation test state.
All of possible states are "error", "timeout" and "success"
fault
Optional
The exception fault for the VM creation test, which will be set when the host is disconnected, cannot create virtual machine or timed out when creating VM and any exception throwing from destroying the created VM