INPUT_OBJECT

DeleteVsphereLiveMountInput

Description

Input for deleting vSphere live mount.

link GraphQL Schema definition

  • input DeleteVsphereLiveMountInput {
  • # Force unmount to remove metadata when the datastore of the Live Mount virtual
  • # machine was moved off of the Rubrik cluster.
  • force: Boolean
  • # Required. ID of a Live Mount.
  • id: String!
  • }

link Require by