VsanHostAbortWipeDiskStatus

VsanHostAbortWipeDiskStatus
VsanHostAbortWipeDiskStatus

Abort wipe disk status.

This structure may be used only with operations rendered under /vsan.

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

Disk canonical name to abort.

boolean
success
Required

Disk wipe abort success or not.

reason
Optional

Disk wipe abort failure reason.

This property is used when failing to abort wipe on disk. Includes following reasons: Disk wipe is not in progress, or the disk doesn't support abort sanitize, or abort sanitize fails internally.