INPUT_OBJECT
ProxmoxVmExportSnapshotJobConfigInput
Description
Configuration for Proxmox virtual machine export job.
link GraphQL Schema definition
- input ProxmoxVmExportSnapshotJobConfigInput {
- # Disk to storage mapping.
- : [DiskToStorageInput!]
- # Required. Network to use in the new virtual machine.
- : UUID!
- # Required. The ID of the target Proxmox node for exporting the snapshot.
- : UUID!
- # Required. The ID of the snapshot to export.
- : UUID!
- # The ID for the target storage domain for exporting the snapshot.
- : String
- # The Proxmox ID for the virtual machine.
- : Int
- # The name of the target Proxmox virtual machine.
- : String
- }