|
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.
|