RemoveAllSnapshotsRequestType
RemoveAllSnapshotsRequestType
The parameters of RemoveAllSnapshots_Task.
JSON Example
{
"consolidate": false,
"spec": {
"_typeName": "string",
"retentionDays": 0
}
}
boolean
consolidate
Optional
(optional) If set to true, the virtual disks of the deleted snapshot will be merged with other disk if possible. Default to true.
spec
Optional
(optional) When provided, only snapshots satisfying the criteria described by the spec will be removed. If unset, all snapshots will be removed.
Since: vSphere API Release 8.0.3.0