INPUT_OBJECT
VsphereVmDeleteSnapshotInput
Description
Input for deleting VMware snapshots.
link GraphQL Schema definition
- input VsphereVmDeleteSnapshotInput {
- # Required. Location of the snapshot. Use **_local_** to delete only the local
- # copy of the snapshot. Or use **_all_** to delete the snapshot locally, on a
- # replication target, and at an archival location.
- DeleteVmwareSnapshotRequestLocation! :
- # Required. ID of snapshot.
- String! :
- }