Data Object - VsanVcsaDeploymentProgress(vim.vsan.VsanVcsaDeploymentProgress)

Returned by
VsanVcsaGetBootstrapProgress
Extends
DynamicData
See also
LocalizedMethodFault, VirtualMachine
Since
vSphere API 6.5

Data Object Description

Detailed progress information for a running or recently completed VCSA deployment job.

Properties

Name Type Description
error*LocalizedMethodFault

Set if the job aborted with failure. If it is not set, it is either still running or succeeded. See success property.
messagexsd:string

Status message about current operation of the background job.
phasexsd:string

The overall deploy is divided into multiple phases, e.g. validation, vsanbootstrap, vcsadeploy, vcconfig, etc.
See VimVsanVsanVcsaDeploymentPhase

progressPctxsd:long

Overall progress of the job in percent.
successxsd:boolean

Set if the job completed successfully. If it is not set, it is either still running or failed. See error property.
taskId*xsd:string

Unique identifier of the task this progress report is for.
updateCounterxsd:long

Any time the progress changes this counter is incremented. This way a client can determine if the progress has changed when retrieving the progress at different points in time. Never negative.
vm*ManagedObjectReference
to a VirtualMachine

Virtual Machine that was created.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition