HostPartialMaintenanceModeRuntimeInfo

HostPartialMaintenanceModeRuntimeInfo
HostPartialMaintenanceModeRuntimeInfo

This data object contains information about the runtime status of a partial maintenance mode.

Since: vSphere API Release 8.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "hostStatus": "string"
}
string
key
Required

The unique identifier of the partial maintenance mode.

The values of the identifiers for the most common kinds of partial maintenance modes are enumerated in HostPartialMaintenanceModeIdEnum.

string
hostStatus
Required

The current runtime status for the particular partial maintenance mode.

The list of supported values is specified in HostPartialMaintenanceModeStatusEnum.

Availability
Added in vSphere API Release 8.0.3.0