INPUT_OBJECT

MountDiskJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MountDiskJobConfigInput {
  • # Supported in v5.0+
  • # ID of the target virtual machine where the disks will be attached to. The
  • # default value will be the virtual machine of the snapshot.
  • targetVmId: String
  • # Supported in v5.0+
  • # The VLAN used by the ESXi host to mount the datastore.
  • vlan: Int
  • # Supported in v5.0+
  • # The VMDK files to attach to the existing virtual machine. By default, this value
  • # is empty, which attaches all of the VMDKs in the snapshot to the target virtual
  • # machine.
  • vmdkIds: [String!]
  • }