INPUT_OBJECT

ProxmoxVmExportSnapshotJobConfigInput

Description

Configuration for Proxmox virtual machine export job.

link GraphQL Schema definition

  • input ProxmoxVmExportSnapshotJobConfigInput {
  • # Disk to storage mapping.
  • diskToStorageMap: [DiskToStorageInput!]
  • # Required. Network to use in the new virtual machine.
  • networkId: UUID!
  • # Required. The ID of the target Proxmox node for exporting the snapshot.
  • nodeId: UUID!
  • # Required. The ID of the snapshot to export.
  • snapshotId: UUID!
  • # The ID for the target storage domain for exporting the snapshot.
  • storageId: String
  • # The Proxmox ID for the virtual machine.
  • vmId: Int
  • # The name of the target Proxmox virtual machine.
  • vmName: String
  • }