INPUT_OBJECT

CreateNutanixDownloadFilesFromArchivalLocationJobInput

link GraphQL Schema definition

  • input CreateNutanixDownloadFilesFromArchivalLocationJobInput {
  • # Required. v8.0: Configuration information for a job to download files and
  • # folders from a Nutanix VM snapshot.
  • # v8.1+: Configuration information for a job to download files and folders from a
  • # Nutanix virtual machine snapshot.
  • config: NutanixDownloadFilesJobConfigInput!
  • # Required. ID of the archival location.
  • locationId: String!
  • # Required. v8.0: ID of Nutanix VM snapshot.
  • # v8.1+: ID of Nutanix virtual machine snapshot.
  • snapshotId: String!
  • }

link Require by