INPUT_OBJECT

UnmountDiskInput

Description

Input required to unmount disks.

link GraphQL Schema definition

  • input UnmountDiskInput {
  • # Live Mount ID for which disk must be unmounted.
  • liveMountId: Long!
  • # List of Mount IDs to be unmounted.
  • mountIds: [Long!]!
  • # Target Workload ID for which disk must be unmounted.
  • targetWorkloadId: UUID!
  • }

link Require by