Class: WeeklyTaskScheduler
- Inherits:
-
DailyTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- DailyTaskScheduler
- WeeklyTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WeeklyTaskScheduler
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
sunday - SOAP::SOAPBoolean
monday - SOAP::SOAPBoolean
tuesday - SOAP::SOAPBoolean
wednesday - SOAP::SOAPBoolean
thursday - SOAP::SOAPBoolean
friday - SOAP::SOAPBoolean
saturday - SOAP::SOAPBoolean
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.
-
#friday ⇒ Object
Returns the value of attribute friday.
-
#hour ⇒ Object
Returns the value of attribute hour.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#minute ⇒ Object
Returns the value of attribute minute.
-
#monday ⇒ Object
Returns the value of attribute monday.
-
#saturday ⇒ Object
Returns the value of attribute saturday.
-
#sunday ⇒ Object
Returns the value of attribute sunday.
-
#thursday ⇒ Object
Returns the value of attribute thursday.
-
#tuesday ⇒ Object
Returns the value of attribute tuesday.
-
#wednesday ⇒ Object
Returns the value of attribute wednesday.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil) ⇒ WeeklyTaskScheduler
constructor
A new instance of WeeklyTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil) ⇒ WeeklyTaskScheduler
Returns a new instance of WeeklyTaskScheduler.
22602 22603 22604 22605 22606 22607 22608 22609 22610 22611 22612 22613 22614 22615 22616 22617 |
# File 'lib/vmware/soap/vim25.rb', line 22602 def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeTime = activeTime @expireTime = expireTime @interval = interval @minute = minute @hour = hour @sunday = sunday @monday = monday @tuesday = tuesday @wednesday = wednesday @thursday = thursday @friday = friday @saturday = saturday end |
Instance Attribute Details
#activeTime ⇒ Object
Returns the value of attribute activeTime.
22589 22590 22591 |
# File 'lib/vmware/soap/vim25.rb', line 22589 def activeTime @activeTime end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22588 22589 22590 |
# File 'lib/vmware/soap/vim25.rb', line 22588 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22587 22588 22589 |
# File 'lib/vmware/soap/vim25.rb', line 22587 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22590 22591 22592 |
# File 'lib/vmware/soap/vim25.rb', line 22590 def expireTime @expireTime end |
#friday ⇒ Object
Returns the value of attribute friday.
22599 22600 22601 |
# File 'lib/vmware/soap/vim25.rb', line 22599 def friday @friday end |
#hour ⇒ Object
Returns the value of attribute hour.
22593 22594 22595 |
# File 'lib/vmware/soap/vim25.rb', line 22593 def hour @hour end |
#interval ⇒ Object
Returns the value of attribute interval.
22591 22592 22593 |
# File 'lib/vmware/soap/vim25.rb', line 22591 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22592 22593 22594 |
# File 'lib/vmware/soap/vim25.rb', line 22592 def minute @minute end |
#monday ⇒ Object
Returns the value of attribute monday.
22595 22596 22597 |
# File 'lib/vmware/soap/vim25.rb', line 22595 def monday @monday end |
#saturday ⇒ Object
Returns the value of attribute saturday.
22600 22601 22602 |
# File 'lib/vmware/soap/vim25.rb', line 22600 def saturday @saturday end |
#sunday ⇒ Object
Returns the value of attribute sunday.
22594 22595 22596 |
# File 'lib/vmware/soap/vim25.rb', line 22594 def sunday @sunday end |
#thursday ⇒ Object
Returns the value of attribute thursday.
22598 22599 22600 |
# File 'lib/vmware/soap/vim25.rb', line 22598 def thursday @thursday end |
#tuesday ⇒ Object
Returns the value of attribute tuesday.
22596 22597 22598 |
# File 'lib/vmware/soap/vim25.rb', line 22596 def tuesday @tuesday end |
#wednesday ⇒ Object
Returns the value of attribute wednesday.
22597 22598 22599 |
# File 'lib/vmware/soap/vim25.rb', line 22597 def wednesday @wednesday end |