Module: Nexpose::Schedule::Type
- Defined in:
- lib/nexpose/common.rb
Overview
Recurring schedule type constants. These are all the possible values which may be used to create a Schedule.
Constant Summary collapse
- DAILY =
'daily'
- HOURLY =
'hourly'
- WEEKLY =
'weekly'
- MONTHLY_DATE =
'monthly-date'
- MONTHLY_DAY =
'monthly-day'