INPUT_OBJECT
Input required to unmount disks.
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!}