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