OBJECT
ArchivalSpec
Description
Archiving specification.
link GraphQL Schema definition
- type ArchivalSpec {
- # Mapping between the archival location and the Rubrik cluster.
- : [ArchivalLocationToClusterMapping!]!
- # Archival tiering specification.
- : ArchivalTieringSpec
- # Archives all snapshots taken with the specified frequency.
- : [RetentionUnit!]!
- # Specifies whether compliance immutability, a fixed immutability lock for the
- # retention period, is enabled for snapshot archiving to this location. It can be
- # enabled for Compliance Retention Lock SLA Domains.
- : Boolean!
- # Storage settings of an archival group.
- : TargetMapping
- # Archival threshold.
- : Int!
- # Unit of archival threshold.
- : RetentionUnit!
- }