INPUT_OBJECT
ExportProxmoxVmSnapshotInput
Description
Input for exporting a Proxmox virtual machine snapshot.
link GraphQL Schema definition
- input ExportProxmoxVmSnapshotInput {
- # Required. Configuration for the export job.
- : ProxmoxVmExportSnapshotJobConfigInput!
- # Required. ID of the Proxmox virtual machine to be restored.
- : UUID!
- }