Class: MonthlyByWeekdayTaskScheduler
- Inherits:
-
MonthlyTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- DailyTaskScheduler
- MonthlyTaskScheduler
- MonthlyByWeekdayTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MonthlyByWeekdayTaskScheduler
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
offset - WeekOfMonth
weekday - DayOfWeek
Instance Attribute Summary collapse
-
#activeTime ⇒ Object
Returns the value of attribute activeTime.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#expireTime ⇒ Object
Returns the value of attribute expireTime.
-
#hour ⇒ Object
Returns the value of attribute hour.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#minute ⇒ Object
Returns the value of attribute minute.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#weekday ⇒ Object
Returns the value of attribute weekday.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, offset = nil, weekday = nil) ⇒ MonthlyByWeekdayTaskScheduler
constructor
A new instance of MonthlyByWeekdayTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, offset = nil, weekday = nil) ⇒ MonthlyByWeekdayTaskScheduler
Returns a new instance of MonthlyByWeekdayTaskScheduler.
22700 22701 22702 22703 22704 22705 22706 22707 22708 22709 22710 |
# File 'lib/vmware/soap/vim25.rb', line 22700 def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, offset = nil, weekday = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeTime = activeTime @expireTime = expireTime @interval = interval @minute = minute @hour = hour @offset = offset @weekday = weekday end |
Instance Attribute Details
#activeTime ⇒ Object
Returns the value of attribute activeTime.
22692 22693 22694 |
# File 'lib/vmware/soap/vim25.rb', line 22692 def activeTime @activeTime end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22691 22692 22693 |
# File 'lib/vmware/soap/vim25.rb', line 22691 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22690 22691 22692 |
# File 'lib/vmware/soap/vim25.rb', line 22690 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22693 22694 22695 |
# File 'lib/vmware/soap/vim25.rb', line 22693 def expireTime @expireTime end |
#hour ⇒ Object
Returns the value of attribute hour.
22696 22697 22698 |
# File 'lib/vmware/soap/vim25.rb', line 22696 def hour @hour end |
#interval ⇒ Object
Returns the value of attribute interval.
22694 22695 22696 |
# File 'lib/vmware/soap/vim25.rb', line 22694 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22695 22696 22697 |
# File 'lib/vmware/soap/vim25.rb', line 22695 def minute @minute end |
#offset ⇒ Object
Returns the value of attribute offset.
22697 22698 22699 |
# File 'lib/vmware/soap/vim25.rb', line 22697 def offset @offset end |
#weekday ⇒ Object
Returns the value of attribute weekday.
22698 22699 22700 |
# File 'lib/vmware/soap/vim25.rb', line 22698 def weekday @weekday end |