class HcPeriodicEvent

..
+-SystemFunctions
+-HealthCheckM
+-HcJob
+-HcJobScheduler
+-HcPeriodicEvent

Represents a time interval based event for executing one health check job periodically.
This construct can be used to execute periodically a health check job by specifying the number of months, weeks, days, hours, or minutes. For instance, in order to trigger a health check job execution 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
uint16
days = 0
The number of days.
string
key
mandatory
noNotification
restricted
hcPeriodicEventId
Holds the name used when identifying the MO.
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 HcPeriodicEvent