Class: HourlyTaskScheduler
- Inherits:
-
RecurrentTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HourlyTaskScheduler
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - 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.
-
#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) ⇒ HourlyTaskScheduler
constructor
A new instance of HourlyTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil) ⇒ HourlyTaskScheduler
Returns a new instance of HourlyTaskScheduler.
22533 22534 22535 22536 22537 22538 22539 22540 |
# File 'lib/vmware/soap/vim25.rb', line 22533 def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeTime = activeTime @expireTime = expireTime @interval = interval @minute = minute end |
Instance Attribute Details
#activeTime ⇒ Object
Returns the value of attribute activeTime.
22528 22529 22530 |
# File 'lib/vmware/soap/vim25.rb', line 22528 def activeTime @activeTime end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22527 22528 22529 |
# File 'lib/vmware/soap/vim25.rb', line 22527 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22526 22527 22528 |
# File 'lib/vmware/soap/vim25.rb', line 22526 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22529 22530 22531 |
# File 'lib/vmware/soap/vim25.rb', line 22529 def expireTime @expireTime end |
#interval ⇒ Object
Returns the value of attribute interval.
22530 22531 22532 |
# File 'lib/vmware/soap/vim25.rb', line 22530 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22531 22532 22533 |
# File 'lib/vmware/soap/vim25.rb', line 22531 def minute @minute end |