HostFaultToleranceManagerComponentHealthInfo
HostFaultToleranceManagerComponentHealthInfo
Data structure for component health information of a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"isStorageHealthy": false,
"isNetworkHealthy": false
}
boolean
isStorageHealthy
Required
Whether the virtual machine can access the datastores configured.
boolean
isNetworkHealthy
Required
Whether the virtual machine can access the VM network configured.