INPUT_OBJECT
CloudNativeDownloadFilesInput
Description
Input required to download indexed cloud-native snapshot files.
link GraphQL Schema definition
- input CloudNativeDownloadFilesInput {
- # ID of the archived snapshot.
- : String
- # Type of download (download to cloud or virtual machine) intended.
- : FileDownloadType!
- # Rubrik ID of the account from which exocompute is launched during recovery. This
- # is only applicable when the snapshot type is archived.
- : UUID
- # Cloud account region where Rubrik Exocompute is launched during recovery. This
- # is only applicable when the snapshot type is archived.
- : String
- # File/Directory(s) to download.
- : [String!]!
- # Details of the recovery location.
- : FileRecoveryLocationDetailsInput!
- # Snapshot ID.
- : UUID!
- # Use a snapshot type of source, replicated or archived for recovery.
- : SnapshotType
- }