class BrmBackupLabelStore

..
+-SystemFunctions
+-BrM
+-BrmBackupManager
+-BrmBackupLabelStore

Provides optional support for labeling of certain backups.
This class contains attributes that help distinguish certain backups such as the last restored backup, primary restore candidate, and so on.


This MO is created by the system.

Attributes
string
key
mandatory
noNotification
restricted
brmBackupLabelStoreId
The value component of the RDN.
string[0..1]
readOnly
lastCreatedBackup
The name of the last created backup.
This backup may be MANUAL or SCHEDULED. Note that this attribute will not be updated in case of a failed attempt to create a backup resulting in an INCOMPLETE backup.
string[0..1]
readOnly
lastExportedBackup
The name of the last exported backup from the ME.
Note that this attribute will not be updated in case of a failed attempt to export a backup.
string[0..1]
readOnly
lastImportedBackup
The name of the last imported backup to the ME.
Note that this attribute will not be updated in case of a failed attempt to import a backup.
string[0..1]
readOnly
lastRestoredBackup
The name of the backup that has been last used to restore the ME.
This does not imply that the currently running version of the system is the same as this backup, but instead shows which one of the backups has last been used to restore the ME. In a system which has never been restored using a backup, this attribute is empty.
string[0..] ordered
readOnly
restoreEscalationList
Specifies a list of backups, by their name, in the order that shall be used to restore the ME if need be.
Specifically, the first element of this ordered list identifies the 'primary restore candidate'. Should the attempt to restore the ME with a given backup fail, the next backup in the list must be tried.

  class BrmBackupLabelStore