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