INPUT_OBJECT

BatchMountNutanixVmInput

Description

Input to mount a batch of Nutanix virtual machines.

link GraphQL Schema definition

  • input BatchMountNutanixVmInput {
  • # Required. Configuration objects. Each object includes an identifier for the
  • # virtual machine, an identifier for the snapshot of the virtual machine, and the
  • # configuration of the mounted virtual machine snapshot.
  • config: NutanixBatchMountSnapshotJobConfigInput!
  • }

link Require by