INPUT_OBJECT
CascadingArchivalSpecInput
Description
Cascading archiving specification.
link GraphQL Schema definition
- input CascadingArchivalSpecInput {
- # CDM archival location on the replication target where the snapshot is uploaded.
- # Deprecated: use archivalLocationToClusterMapping instead.
- : String
- # Mapping between archival location and Rubrik cluster.
- : [ArchivalLocationToClusterMappingInput!]
- # Threshold after which the snapshot will be archived.
- : SlaDurationInput
- # Archival tiering specification input.
- : ArchivalTieringSpecInput
- # Frequencies that are associated with this cascaded archival location.
- : [RetentionUnit!]
- }