vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanUpgradeSystemUpgradeStatus(vim.VsanUpgradeSystem.UpgradeStatus)
- Returned by
- PerformVsanUpgrade_Task, QueryVsanUpgradeStatus
- Extends
- DynamicData
- See also
- VsanUpgradeSystemUpgradeHistoryItem
- Since
- vSphere API Release 6.0
Data Object Description
Captures the status of a VSAN cluster on-disk format upgrade. Contains information about progress, result, and a detailed log of operations.Properties
Name | Type | Description |
---|---|---|
aborted* | xsd:boolean |
Set if the upgrade process was aborted.
|
completed* | xsd:boolean |
Set if the upgrade process has completed successfully.
|
history* | VsanUpgradeSystemUpgradeHistoryItem[] |
Log of a single upgrade task. Lists all operations performed by the
upgrade process in chronological order.
|
inProgress | xsd:boolean |
True if there is an active upgrade process. If true, other fields
are guaranteed to be populated. If false, other fields may reflect
a previous upgrade process run, or they may be unset.
|
progress* | xsd:int |
Progress in percent.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |