ClusterFailoverHostAdmissionControlInfoHostStatus

ClusterFailoverHostAdmissionControlInfoHostStatus
ClusterFailoverHostAdmissionControlInfoHostStatus

Data object containing the status of a failover host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "status": "string"
}
host
Required

The failover host.

status
Required

The status of the failover host.

The status is green for a connected host with no vSphere HA errors and no virtual machines running on it. The status is yellow for a connected host with no vSphere HA errors and some virtual machines running on it. The status red for a disconnected or not responding host, a host that is in maintenance or standby mode or that has a vSphere HA error on it.