Data Object - VsanUpgradeSystemUpgradeStatus(vim.VsanUpgradeSystem.UpgradeStatus)

Returned by
PerformVsanUpgrade_Task, QueryVsanUpgradeStatus
Extends
DynamicData
See also
VsanUpgradeSystemUpgradeHistoryItem
Since
vSphere API 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.
inProgressxsd: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
*Need not be set
Show WSDL type definition