VsanWhatIfEvacDetail
VsanWhatIfEvacDetail represents detail prediction result if one specified entity(disk group or host) is evacuated from cluster.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"success": false,
"bytesToSync": 0,
"inaccessibleObjects": [
"string"
],
"incompliantObjects": [
"string"
],
"extraSpaceNeeded": 0,
"failedDueToInaccessibleObjects": false
}
Indicates whether evacuation of specified entity could be done.
Indicates how many bytes need to be synced to satisfy the evacuation of specified entity.
Indicates objects which would be inaccessible due to the evacuation of specified entity.
Indicates objects which would be non-compliant due to the evacuation of specified entity.
Indicates how many additional storage space is needed for the evacuation of specified entity.
Indicates whether evacuation of specified entity would fail due to inaccessible objects.