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.
- NutanixDownloadFilesJobConfigInput! :
- # Required. ID of the archival location.
- String! :
- # Required. v8.0: ID of Nutanix VM snapshot.
- # v8.1+: ID of Nutanix virtual machine snapshot.
- String! :
- }