INPUT_OBJECT
VsphereVmDeleteSnapshotInput
Description
Input for deleting VMware snapshots.
link GraphQL Schema definition
- input VsphereVmDeleteSnapshotInput {
- # Required. ID of snapshot.
- : String!
- # 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!
- }