Virtual Storage Lifecycle Management API


Data Object - VStorageObjectReconcileResultReconcileDetail(vim.vslm.ReconcileResult.ReconcileDetail)

Property of
VStorageObjectReconcileResult
Extends
DynamicData
See also
VStorageObjectReconcileResultInvalidDiskPath
Since
vSphere API Release 9.0.0.0

Data Object Description

Contains information related to the performed reconcile operation.

Properties

Name Type Description
hostName*xsd:string

Host name where reconcile operation was performed. This will have the either VC name or the host name based on where the details were captured. In case we do not get the hostName for the system it would be empty string.
invalidDiskPaths*VStorageObjectReconcileResultInvalidDiskPath[]

reconcile invalid disk paths
isDeepScanned*xsd:boolean

If deepScan was done from host, false otherwise for host. This will be unset for vcenter part of result.
isReconciled*xsd:boolean

Set to true if reconcile was done from host, false otherwise for host. This will be unset for the vcenter part of result.
numberOfFcdsAfterReconcile*xsd:int

Number of fcds after reconcile operation. This will be unset for vcenter part of result.
numberOfFcdsBeforeReconcile*xsd:int

Number of fcds before reconcile operation This will be unset for vcenter part of result.
numberOfReconcileIssues*xsd:int

Number of reconcile issues found
reconcileReportPath*xsd:string

Reconcile report path in host.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition