ENUM

ArchivalGroupType

Description

Type of archival location.

link GraphQL Schema definition

  • enum ArchivalGroupType {
  • # Archival location is created automatically and managed by Rubrik Security Cloud.
  • AUTOMATIC_ARCHIVAL_GROUP
  • # Archival location created for cloud native workflows.
  • CLOUD_NATIVE_ARCHIVAL_GROUP
  • # This is a union field for both automatic and manual archival locations.
  • # It is used to filter all datacenter archival groups irrespective of
  • # whether they are automatic or manual.
  • DATACENTER_ARCHIVAL_GROUP
  • # Archival location is created in Rubrik Security Cloud.
  • MANUAL_ARCHIVAL_GROUP
  • # Type of archival location is unknown.
  • UNKNOWN_ARCHIVAL_GROUP
  • }