INPUT_OBJECT

ArchivalSpecInput

Description

Archiving specification.

link GraphQL Schema definition

  • input ArchivalSpecInput {
  • # ID of the archival group.
  • archivalGroupId: String
  • # Mapping between archival location and Rubrik cluster.
  • archivalLocationToClusterMapping: [ArchivalLocationToClusterMappingInput!]
  • # Archival tiering specification.
  • archivalTieringSpecInput: ArchivalTieringSpecInput
  • # Archives all snapshots taken with the specified frequency.
  • frequencies: [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.
  • isComplianceImmutabilityEnabled: Boolean
  • # Archival threshold.
  • threshold: Int
  • # Unit of archival threshold.
  • thresholdUnit: RetentionUnit
  • }