INPUT_OBJECT
DownloadVolumeGroupSnapshotFilesInput
Description
Input for downloading volume group snapshot files.
link GraphQL Schema definition
- input DownloadVolumeGroupSnapshotFilesInput {
- # Configuration information for a job to download files and folders from a volume
- # group backup.
- : VolumeGroupDownloadFilesJobConfigInput!
- # Filter for delta type.
- : [DeltaType!]
- # Required. ID of Snapshot.
- : String!
- # The FID of the next fileset snapshot.
- : UUID
- }