VsanHostWipeDiskStatus

VsanHostWipeDiskStatus
VsanHostWipeDiskStatus

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",
    "eligible": "string",
    "ineligibleReason": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "wipeState": "string",
    "percentageCompleted": 0,
    "estimatedTime": 0,
    "wipeStartTime": "string",
    "wipeCompleteTime": "string"
}
string
disk
Required

Disk canonical name to query.

string
eligible
Required

Disk eligible for wipe or not.

See also VsanHostWipeDiskEligibleEnum.

ineligibleReason
Optional

Disk wipe ineligible reason.

This property is used when disk is ineligible for wipe. Includes following reasons: The disk is either in use by vSAN OSA disk group, or the disk is in use by vSAN ESA storage pool, or the disk is ineligible for use by vSAN, or the disk does not support sanitize, or the disk has wipe ongoing.

string
wipeState
Optional

Disk wipe state.

This property is used when disk is being wiped or has been wiped. It will be unset when a wiped disk is claimed again in vSAN.

See also VsanHostWipeDiskStateEnum.

integer As int32 As int32
percentageCompleted
Optional

Wipe percentage completed.

This property is used when disk wipe state is "Wiping".

integer As int64 As int64
estimatedTime
Optional

Estimated time to finish in seconds.

This property is used when disk wipe state is "Wiping".

string As date-time As date-time
wipeStartTime
Optional

Wipe disk start timestamp (UTC time).

This property is used when disk wipe state is set.

string As date-time As date-time
wipeCompleteTime
Optional

Wipe disk complete timestamp (UTC time).

This property is used when disk wipe state is "Success", or "Failure".