vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanDiskFormatConversionCheckResult(vim.cluster.VsanDiskFormatConversionCheckResult)
- Property of
- VsanUpgradeStatusEx
- Returned by
- PerformVsanUpgradePreflightCheckEx
- Extends
- VsanUpgradeSystemPreflightCheckResult
- Since
- vSphere API Release 6.0
Data Object Description
Extended DataType from Vim.VsanUpgradeSystem.PreflightCheckResult, added more fields to present more detailed information from vSAN preflight check.Properties
Name | Type | Description |
---|---|---|
isDataMovementRequired* | xsd:boolean |
Whether data movement is required if disk format conversion process is triggered.
Since 6.8.7 |
isSupported | xsd:boolean |
Whether vSAN could process disk format conversion
on given cluster with specified conversion options. If
this field is set to false, please check the issues field
to get the detailed reason which blocks disk format conversion.
|
storagePoolDisk* | xsd:string |
Cannonical name of the disk removed by previous DFC but not added back.
Since 8.0.0.1 |
targetVersion* | xsd:int |
Goal format version the given cluster could support. The goal
format version is up to the versions of ESXi hosts under given
cluster, please reference to below:
ESXi of vSphere6.0U2 and latter, supported version is 3 in upgrade
process, and 2 in downgrade process;
ESXi of vSphere6.0 series before vSphere6.0U2, supported version is 2
in upgrade process, and 1 in downgrade process;
ESXi of lower version, is not supported;
|
Properties inherited from VsanUpgradeSystemPreflightCheckResult | ||
diskMappingToRestore, issues | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |