INPUT_OBJECT
FilesetRecoverFilesFromArchivalLocationInput
Description
Input for Fileset recover files from an archival location.
link GraphQL Schema definition
- input FilesetRecoverFilesFromArchivalLocationInput {
- # Configuration for job to restore one or more files or folders from a fileset
- # backup.
- : FilesetRestoreFilesJobConfigInput!
- # Filter for the delta type.
- : [DeltaType!]
- # Required. ID of the archival location.
- : String!
- # The ID of the next fileset snapshot.
- : UUID
- # OS type of the fileset host.
- : GuestOsType!
- # List of restore path pairs.
- : [OldRestorePathPairInput!]!
- # Share type of the fileset.
- : ShareTypeEnum!
- # Corresponds to the snapshot ID in Rubrik tables.
- : UUID!
- }