INPUT_OBJECT

DiskToStorageInput

Description

Mapping of disk to storage for Proxmox virtual machine export.

link GraphQL Schema definition

  • input DiskToStorageInput {
  • # Required. ID of the disk.
  • diskId: String!
  • # Required. ID of the storage.
  • storageId: String!
  • }