ArrayOfVStorageObjectReconcileResultReconcileDetail
ArrayOfVStorageObjectReconcileResultReconcileDetail
A boxed array of VStorageObjectReconcileResultReconcileDetail. To be used in Any placeholders.
Since: vSphere API Release 9.0.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"hostName": "string",
"reconcileReportPath": "string",
"isReconciled": false,
"isDeepScanned": false,
"numberOfReconcileIssues": 0,
"numberOfFcdsBeforeReconcile": 0,
"numberOfFcdsAfterReconcile": 0,
"invalidDiskPaths": [
{
"_typeName": "string",
"path": "string",
"reason": "string"
}
]
}
]
}