HostVsanInternalSystemDeleteVsanObjectsResult

HostVsanInternalSystemDeleteVsanObjectsResult
HostVsanInternalSystemDeleteVsanObjectsResult

Result of DeleteVsanObjects.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "success": false,
    "failureReason": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}
string
uuid
Required

UUID of the VSAN object.

boolean
success
Required

Indicates success or failure of object deletion.

failureReason
Optional

List of LocalizableMessages with the failure vobs.

This is unset if delete is successful.