VsanWhatIfEvacDetail

VsanWhatIfEvacDetail
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "success": false,
    "bytesToSync": 0,
    "inaccessibleObjects": [
        "string"
    ],
    "incompliantObjects": [
        "string"
    ],
    "extraSpaceNeeded": 0,
    "failedDueToInaccessibleObjects": false
}
boolean
success
Optional

Indicates whether evacuation of specified entity could be done.

integer As int64 As int64
bytesToSync
Optional

Indicates how many bytes need to be synced to satisfy the evacuation of specified entity.

array of string
inaccessibleObjects
Optional

Indicates objects which would be inaccessible due to the evacuation of specified entity.

array of string
incompliantObjects
Optional

Indicates objects which would be non-compliant due to the evacuation of specified entity.

integer As int64 As int64
extraSpaceNeeded
Optional

Indicates how many additional storage space is needed for the evacuation of specified entity.

boolean
failedDueToInaccessibleObjects
Optional

Indicates whether evacuation of specified entity would fail due to inaccessible objects.