VsanClusterHealthSystemObjectsRepairResult

VsanClusterHealthSystemObjectsRepairResult
VsanClusterHealthSystemObjectsRepairResult

Result for repairing vSAN objects immediately under the cluster.

The result will contains the objects which have been in queue for repairing and those objects which cannot be repairing

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inRepairingQueueObjects": [
        "string"
    ],
    "failedRepairObjects": [
        {
            "_typeName": "string",
            "uuid": "string",
            "errMessage": "string"
        }
    ],
    "issueFound": false
}
array of string
inRepairingQueueObjects
Optional

The objects were queued for repairing

failedRepairObjects
Optional

All of objects which are failed to be repaired

boolean
issueFound
Required

True if ANY of host is failed to repair the objects belonging to them