INPUT_OBJECT

DownloadNutanixVmSnapshotVirtualDisksInput

link GraphQL Schema definition

  • input DownloadNutanixVmSnapshotVirtualDisksInput {
  • # Required. ID assigned to the snapshot of a Nutanix virtual machine.
  • id: String!
  • # Required. An array containing the virtual disk IDs of each virtual disk that is
  • # part of the download job. The array must contain at least one virtual disk ID.
  • vdiskIds: [String!]!
  • }

link Require by