INPUT_OBJECT
ArchivalSpecInput
Description
Archiving specification.
link GraphQL Schema definition
- input ArchivalSpecInput {
- # ID of the archival group.
- String :
- # Archival threshold.
- Int :
- # Unit of archival threshold.
- RetentionUnit :
- # Archival tiering specification.
- ArchivalTieringSpecInput :
- # Archives all snapshots taken with the specified frequency.
- RetentionUnit!] : [
- # Mapping between archival location and Rubrik cluster.
- ArchivalLocationToClusterMappingInput!] : [
- }