class BrmFailsafeBackup

ManagedElement
+-SystemFunctions
+-BrM
+-BrmBackupManager
+-BrmFailsafeBackup

MO for activating and deactivating failsafe backups.
Failsafe backups can be used when making changes to sensitive parts of the model, in which an error in configuration can lead to lost OAM connectivity or other failures from which the system can recover by a restore from a backup. When activated the failsafe backup function will automatically restore the system from a backup if the configuration as not been confirmed within a defined time period.


This MO is created by the system.

Actions
string
activate ( );
Activates a failsafe backup, which is created when this action is invoked.
string
deactivate ( );
Deactivates failsafe function and the failsafe backup is removed.

Attributes
string[0..1]
readOnly
backupName
Name of the backup that will be restored in case the failsafe function is activated.
string
key
mandatory
noNotification
restricted
brmFailsafeBackupId
The value component of the RDN.
BrmAsyncActionProgress[0..1]
readOnly
progressReport
Represents the progress report and final result of creating backup for failsafe configuration.
It will return the same information as the progressReport attribute of the BrmBackupManager managed object class.
BrM_BrmFailsafeBackup_timeoutLength[0..1]
timeoutLength = 1200
The number of seconds the system waits before activating the failsafe function.

If the value is set while the function is active the timeRemaining will be changed to that time instead.
uint64[0..1]
noNotification
readOnly
timeRemaining
The number of seconds that remains before the system is restored from the selected backup.
UsageState
readOnly
usageState
Shows if the failsafe function is activated or not.
Multiple failsafe points is not possible, therefore this state is either IDLE or BUSY.

  class BrmFailsafeBackup