ENUM

BackupStatus

Description

BackupStatus stores the status of the backup.

link GraphQL Schema definition

  • enum BackupStatus {
  • # Specifies whether the backup status is unknown.
  • BACKUP_UNKNOWN
  • # Specifies whether the asset is backed up natively.
  • NATIVELY_BACKED_UP
  • # Specifies whether the asset is not backed up.
  • NOT_BACKED_UP
  • # Specifies whether the asset is backed up by Rubrik.
  • RUBRIK_BACKED_UP
  • }