VStorageObjectReconcileResultReconcileDetail

VStorageObjectReconcileResultReconcileDetail
VStorageObjectReconcileResultReconcileDetail

Contains information related to the performed reconcile operation.

Since: vSphere API Release 9.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostName": "string",
    "reconcileReportPath": "string",
    "isReconciled": false,
    "isDeepScanned": false,
    "numberOfReconcileIssues": 0,
    "numberOfFcdsBeforeReconcile": 0,
    "numberOfFcdsAfterReconcile": 0,
    "invalidDiskPaths": [
        {
            "_typeName": "string",
            "path": "string",
            "reason": "string"
        }
    ]
}
string
hostName
Optional

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.

string
reconcileReportPath
Optional

Reconcile report path in host.

boolean
isReconciled
Optional

Set to true if reconcile was done from host, false otherwise for host.

This will be unset for the vcenter part of result.

boolean
isDeepScanned
Optional

If deepScan was done from host, false otherwise for host.

This will be unset for vcenter part of result.

integer As int32 As int32
numberOfReconcileIssues
Optional

Number of reconcile issues found

integer As int32 As int32
numberOfFcdsBeforeReconcile
Optional

Number of fcds before reconcile operation This will be unset for vcenter part of result.

integer As int32 As int32
numberOfFcdsAfterReconcile
Optional

Number of fcds after reconcile operation.

This will be unset for vcenter part of result.

invalidDiskPaths
Optional

reconcile invalid disk paths