Class: MonthlyTaskScheduler
- Inherits:
-
DailyTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- DailyTaskScheduler
- MonthlyTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MonthlyTaskScheduler
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) ⇒ MonthlyTaskScheduler
constructor
A new instance of MonthlyTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil) ⇒ MonthlyTaskScheduler
Returns a new instance of MonthlyTaskScheduler.
22637 22638 22639 22640 22641 22642 22643 22644 22645 |
# File 'lib/vmware/soap/vim25.rb', line 22637 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.
22631 22632 22633 |
# File 'lib/vmware/soap/vim25.rb', line 22631 def activeTime @activeTime end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22630 22631 22632 |
# File 'lib/vmware/soap/vim25.rb', line 22630 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22629 22630 22631 |
# File 'lib/vmware/soap/vim25.rb', line 22629 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22632 22633 22634 |
# File 'lib/vmware/soap/vim25.rb', line 22632 def expireTime @expireTime end |
#hour ⇒ Object
Returns the value of attribute hour.
22635 22636 22637 |
# File 'lib/vmware/soap/vim25.rb', line 22635 def hour @hour end |
#interval ⇒ Object
Returns the value of attribute interval.
22633 22634 22635 |
# File 'lib/vmware/soap/vim25.rb', line 22633 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22634 22635 22636 |
# File 'lib/vmware/soap/vim25.rb', line 22634 def minute @minute end |