Class: DailyTaskScheduler
- Inherits:
-
HourlyTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- DailyTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DailyTaskScheduler
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
Direct Known Subclasses
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil) ⇒ DailyTaskScheduler
constructor
A new instance of DailyTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil) ⇒ DailyTaskScheduler
Returns a new instance of DailyTaskScheduler.
22560 22561 22562 22563 22564 22565 22566 22567 22568 |
# File 'lib/vmware/soap/vim25.rb', line 22560 def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeTime = activeTime @expireTime = expireTime @interval = interval @minute = minute @hour = hour end |
Instance Attribute Details
#activeTime ⇒ Object
Returns the value of attribute activeTime.
22554 22555 22556 |
# File 'lib/vmware/soap/vim25.rb', line 22554 def activeTime @activeTime end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22553 22554 22555 |
# File 'lib/vmware/soap/vim25.rb', line 22553 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22552 22553 22554 |
# File 'lib/vmware/soap/vim25.rb', line 22552 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22555 22556 22557 |
# File 'lib/vmware/soap/vim25.rb', line 22555 def expireTime @expireTime end |
#hour ⇒ Object
Returns the value of attribute hour.
22558 22559 22560 |
# File 'lib/vmware/soap/vim25.rb', line 22558 def hour @hour end |
#interval ⇒ Object
Returns the value of attribute interval.
22556 22557 22558 |
# File 'lib/vmware/soap/vim25.rb', line 22556 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22557 22558 22559 |
# File 'lib/vmware/soap/vim25.rb', line 22557 def minute @minute end |