HostPatchManagerStatusPrerequisitePatch

HostPatchManagerStatusPrerequisitePatch
HostPatchManagerStatusPrerequisitePatch

Updates that are required to be installed before this update can be installed on the server.

In addition to being installed on the server, an update can have additional requirement on the server or services running on the server pertaining to the prerequisite update.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "installState": [
        "string"
    ]
}
string
id
Required

Unique identifier of the prerequisite update.

array of string
installState
Optional

The requirement on the server or services running on the server pertaining to the prerequisite update.

For example, this update could require the server to be rebooted after the prerequisite update is installed. Unset if there is no additional requirement on the prerequisite update.

See also HostPatchManagerInstallStateEnum.