class BrmBackupScheduler

ManagedElement
+-SystemFunctions
+-BrM
+-BrmBackupManager
+-BrmBackupScheduler
+-BrmCalendarBasedPeriodicEvent [0..]
+-BrmPeriodicEvent [0..]
+-BrmSingleEvent [0..]

Provides optional support for scheduling of backup creation.

Each instance of BrmBackupScheduler MOC serves as the backup scheduler for the backup type indicated by its parent instance of BrmBackupManager. The scheduled backup event(s) can be instance(s) of BrmSingleEvent MOC, BrmCalendarBasedPeriodicEvent MOC, or BrmPeriodicEvent MOC contained in the instance of BrmBackupScheduler.


This MO is created by the system.

Attributes
BasicAdmState[0..1]
adminState = UNLOCKED
Administrative state of the scheduler.
BrmAutoExport[0..1]
autoExport = DISABLED
Determines whether a scheduled backup should be automatically exported upon successful creation.
If set to ENABLED, the scheduled backup specified by the attribute 'mostRecentlyCreatedAutoBackup' will be exported to the location specified by the attribute 'autoExportUri' after it has been successfully created. Note that the automatic export will be triggered ONLY IF the creation of the scheduled backup has been successful; otherwise, no export operation will be triggered even if this attribute has been set to ENABLED. Also, note that setting this attribute to ENABLED has no impact on the scheduled backups that have already been created and stored prior to the new configuration.
EcimPassword[0..1]
autoExportPassword
Password used by backup scheduler when automatically exporting a scheduled backup.
If autoExport attribute if set to ENABLED, this password will be used for authentication when automatically exporting the scheduled backup.
string[0..1]
autoExportUri
Uri used by backup scheduler when automatically exporting a scheduled backup.
If autoExport attribute if set to ENABLED, this uri specifies the location to which the scheduled backup will be automatically exported.
string
key
mandatory
noNotification
restricted
brmBackupSchedulerId
The value component of the RDN.
uint32[0..1]
maxStoredScheduledBackups = 5
The maximum number of scheduled backups to store in the local ME.
When this threshold is reached, the oldest scheduled backup is deleted by the BRM before creating a new one.
string
readOnly
mostRecentlyCreatedAutoBackup
The name of the scheduled backup created most recently by BrmBackupScheduler.
DateTime[0..1]
readOnly
nextScheduledTime = 2099-12-31T23:59:59
The date and time when the next scheduled event is triggered.
This is the earliest scheduled event from the set of configured events, i.e. single, periodic, and calendar-based periodic events.
BrmAsyncActionProgress[0..1]
readOnly
progressReport
The structure used to report the progress and final result of asynchronous actions.
string[0..1]
scheduledBackupName = BACKUP
The configurable portion of the scheduled backup name.
The scheduled backups are named <scheduledBackupName>-<creation date and time>, where creation date and time is of type DateTime defined in the common library.

Note: If date and time of creation (of the format DateTime) has '.' to denote the fraction of a second, it is rounded up and '.' is removed by BRM to maximize portability on the file system. Also, for the same reason, ":" is replaced by "-".
OperState[0..1]
readOnly
schedulerState
Operational state of the scheduler (ENABLED/DISABLED).
If the scheduler configuration has been successfully done and the scheduler is administratively unlocked, the implementation sets this attribute to ENABLED to confirm that the scheduler has been successfully configured and the next event has been calculated. If the event(s) is scheduled for a limited period of time, at the end of the period when there is no more scheduled events, this attribute is set to DISABLED by the implementation.

  class BrmBackupScheduler