ArrayOfHostPatchManagerStatus

ArrayOfHostPatchManagerStatus
ArrayOfHostPatchManagerStatus

A boxed array of HostPatchManagerStatus. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "id": "string",
            "applicable": false,
            "reason": [
                "string"
            ],
            "integrity": "string",
            "installed": false,
            "installState": [
                "string"
            ],
            "prerequisitePatch": [
                {
                    "_typeName": "string",
                    "id": "string",
                    "installState": [
                        "string"
                    ]
                }
            ],
            "restartRequired": false,
            "reconnectRequired": false,
            "vmOffRequired": false,
            "supersededPatchIds": [
                "string"
            ]
        }
    ]
}
_value
Required

_value