INPUT_OBJECT

MountDiskInput

Description

Input required to mount disks.

link GraphQL Schema definition

  • input MountDiskInput {
  • # Snapshot ID from which disk will be mounted.
  • snapshotId: UUID!
  • # Target workload ID on which the disk must be mounted.
  • targetWorkloadId: UUID!
  • # Snapshot types.
  • snapshotType: SnapshotType!
  • # List of disk IDs that would be mounted.
  • mountDiskIds: [UUID!]!
  • # Workload type.
  • workloadType: CloudNativeObjectType!
  • }

link Require by