Class: IControl::ARX::PolicySchedule
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::PolicySchedule
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of a policy schedule.
Instance Attribute Summary collapse
-
#duration ⇒ Numeric
The duration of the schedule.
-
#interval ⇒ Numeric
The number of intervals between scheduled runs.
-
#interval_type ⇒ IControl::ARX::PolicyScheduleIntervalType
The type of interval between scheduled runs.
-
#last ⇒ Numeric
The last scheduled run time.
-
#name ⇒ String
The name of the schedule.
-
#next ⇒ Numeric
The next scheduled start time.
-
#start ⇒ Numeric
The start time of the schedule.
Instance Attribute Details
#duration ⇒ Numeric
The duration of the schedule.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def duration @duration end |
#interval ⇒ Numeric
The number of intervals between scheduled runs.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def interval @interval end |
#interval_type ⇒ IControl::ARX::PolicyScheduleIntervalType
The type of interval between scheduled runs.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def interval_type @interval_type end |
#last ⇒ Numeric
The last scheduled run time.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def last @last end |
#name ⇒ String
The name of the schedule.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def name @name end |
#next ⇒ Numeric
The next scheduled start time.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def next @next end |
#start ⇒ Numeric
The start time of the schedule.
272 273 274 |
# File 'lib/icontrol/arx.rb', line 272 def start @start end |