vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostWipeDiskStatus(vim.vsan.host.WipeDiskStatus)
- Returned by
- VsanHostQueryWipeDisk
- Extends
- DynamicData
- See also
- LocalizableMessage
- Since
- vSAN API vSAN 7.0U1
Data Object Description
Wipe disk status.Properties
| Name | Type | Description |
|---|---|---|
| disk | xsd:string |
Disk canonical name to query.
|
| eligible | xsd:string |
Disk eligible for wipe or not. See VsanHostWipeDiskEligible |
| estimatedTime* | xsd:long |
Estimated time to finish in seconds.
This property is used when disk wipe state is "Wiping".
|
| ineligibleReason* | LocalizableMessage[] |
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,
or the disk is ineligible for use by vSAN,
or the disk does not support sanitize,
or the disk has wipe ongoing.
|
| percentageCompleted* | xsd:int |
Wipe percentage completed.
This property is used when disk wipe state is "Wiping".
|
| wipeCompleteTime* | xsd:dateTime |
Wipe disk complete timestamp (UTC time).
This property is used when disk wipe state is "Success", or "Failure".
|
| wipeStartTime* | xsd:dateTime |
Wipe disk start timestamp (UTC time).
This property is used when disk wipe state is set.
|
| wipeState* | xsd:string |
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 VsanHostWipeDiskState |
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |