INPUT_OBJECT

DeleteHypervVirtualMachineSnapshotMountInput

Description

Input for deleting a Live Mount of a Hyper-V virtual machine.

link GraphQL Schema definition

  • input DeleteHypervVirtualMachineSnapshotMountInput {
  • # Force unmount to deal with situations where host has been moved.
  • force: Boolean
  • # Required. ID of the mount to remove.
  • id: String!
  • }

link Require by