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

Reference to an instance of the HostSystem managed object.

status
Required

The Status enumeration defines a general "health" value for a managed entity.

Possible values:

  • gray: The status is unknown.
  • green: The entity is OK.
  • yellow: The entity might have a problem.
  • red: The entity definitely has a problem.
Possible values are : gray, green, yellow, red,