VsanRepairObjectsResult

VsanRepairObjectsResult
VsanRepairObjectsResult

The result for repairing the objects on the host

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

The objects which have been successfully enqueued for repairing.

failedRepairObjects
Optional

The objects which is failed to be fixed with a certain failure message

array of string
notInQueueObjects
Optional

The objects which weren't enqueued for repair due to the CLOM queue being full.

Caller needs retry repairing these objects.