class HcJobScheduler

..
+-SystemFunctions
+-HealthCheckM
+-HcJob
+-HcJobScheduler
+-HcCalendarBasedPeriodicEvent [0..]
+-HcPeriodicEvent [0..]
+-HcSingleEvent [0..]

Represents the health check job scheduler to start a job automatically at a specified time.
Three scheduling policies are supported:
1. Single event: Executes a health check job once at a specified date and time.
2. Periodic event: Executes a health check job regularly at a specified time interval.
3. Calendar based periodic event: Executes a health check job regularly at a desired interval using calendar.

Once the MO HcJobScheduler is created, MOs HcSingleEvent, HcPeriodicEvent and HcCalendarPeriodicEvent can be created for each of such events.
Scheduler requires to be unlocked to start job execution setting the attribute 'administrativeState'.


This MO is created by the system.

Attributes
BasicAdmState
administrativeState = LOCKED
Specifies the administrative state of the scheduler.
string
key
mandatory
noNotification
restricted
hcJobSchedulerId
Holds the name used when identifying the MO.
Specifies the name of the health check job scheduler.
DateTime[0..1]
readOnly
nextScheduledTime
Specifies the date and time when the next scheduled event is triggered.
This is the earliest scheduled event from among the set of configured events (single, periodic and calendar-based periodic events).

  class HcJobScheduler