ENUM

ConfigProtectionStatus

Description

Represents configuration protection status values.

link GraphQL Schema definition

  • enum ConfigProtectionStatus {
  • # Configuration backup complete.
  • BACKUP_COMPLETED
  • # Configuration backup failed.
  • BACKUP_FAILED
  • # Configuration backup completed with warnings.
  • BACKUP_PARTIALLY_COMPLETED
  • # Configuration backup is in progress.
  • BACKUP_RUNNING
  • # Configuration protection is not set up.
  • NOT_SETUP
  • # Configuration restore complete.
  • RESTORE_COMPLETED
  • # Configuration restore failed.
  • RESTORE_FAILED
  • # Configuration restore completed with warnings.
  • RESTORE_PARTIALLY_COMPLETED
  • # Configuration restore is in progress.
  • RESTORE_RUNNING
  • # Configuration set up is complete, ready for configuration protection.
  • SETUP_COMPLETED
  • # Unable to complete configuration set up.
  • SETUP_FAILED
  • # Configuration set up is in progress.
  • SETUP_RUNNING
  • }