INPUT_OBJECT

HypervMountDiskJobConfigInput

Description

Supported in v9.1+

link GraphQL Schema definition

  • input HypervMountDiskJobConfigInput {
  • # Required. Supported in v9.1+
  • # ID of the target Hyper-V virtual machine used to mount the disks.
  • targetVirtualMachineId: String!
  • # Required. Supported in v9.1+
  • # Disk IDs to be mounted.
  • virtualDiskIds: [String!]!
  • }