INPUT_OBJECT

DeleteNutanixSnapshotInput

Description

Input for deleting a Nutanix snapshot.

link GraphQL Schema definition

  • input DeleteNutanixSnapshotInput {
  • # Required. Snapshot location to delete. Use **_local_** to delete all local
  • # snapshots and **_all_** to delete the snapshot in all locations.
  • location: InternalDeleteNutanixSnapshotRequestLocation!
  • # Required. ID of snapshot.
  • id: String!
  • }

link Require by