INPUT_OBJECT

BatchExportHypervVmInput

Description

Input for exporting a batch of Hyper-V virtual machines.

link GraphQL Schema definition

  • input BatchExportHypervVmInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. An array of 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 exported virtual machine snapshot.
  • config: HypervBatchExportSnapshotJobConfigInput!
  • }

link Require by