INPUT_OBJECT

DownloadFilesNutanixSnapshotInput

Description

Input for downloading files from Nutanix snapshots.

link GraphQL Schema definition

  • input DownloadFilesNutanixSnapshotInput {
  • # Configuration information for a job to download files and folders from a Nutanix
  • # virtual machine snapshot.
  • config: NutanixDownloadFilesJobConfigInput!
  • # Required. ID assigned to a Nutanix virtual machine backup object.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by