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!]
- # 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
- # Archival threshold.
- : Int
- # Unit of archival threshold.
- : RetentionUnit
- }