INPUT_OBJECT

DeleteK8sVmMountInput

Description

Input for deleting a Kubernetes virtual machine mount job.

link GraphQL Schema definition

  • input DeleteK8sVmMountInput {
  • # Required. ID of the Live Mount.
  • id: UUID!
  • # Force unmount to remove metadata when the Live Mount virtual machine is not
  • # accessible.
  • shouldForce: Boolean
  • }

link Require by