class BrmPeriodicEvent

..
+-SystemFunctions
+-BrM
+-BrmBackupManager
+-BrmBackupScheduler
+-BrmPeriodicEvent

Periodic backup event.
This construct can be used to configure a periodic scheduled backup event by specifying the number of months, weeks, days, hours, or minutes. For instance, in order to configure a scheduled backup event to occur every 12 hours, the following setup must be done:

hours=12

The start time for calculating scheduled events is assumed to be the current system time by default, unless explicitly set using the startTime attribute. Furthermore, if the configured event is to stop at a specific date, stopTime attribute must be set accordingly. Note that the default value of stopTime is the end of century.

Attributes
string
key
mandatory
noNotification
restricted
brmPeriodicEventId
The value component of the RDN.
uint16
days = 0
The number of days.
uint16
mandatory
hours
The number of hours.
uint16
minutes = 0
The number of minutes.
uint16
months = 0
Deprecated, The number of months.
Replaced by CalendarBasedPeriodicEvent.month.


Deprecated: 

DateTime[0..1]
startTime
Start time. It is an optional attribute.
If not specified, the implementation uses the current system time as the default value.
DateTime[0..1]
stopTime = 2099-12-31T23:59:59
Stop time. It is an optional attribute. The default value is the end of the century.
uint16
weeks = 0
The number of weeks.

  class BrmPeriodicEvent