Class: MonthlyByDayTaskScheduler
- Inherits:
-
MonthlyTaskScheduler
- Object
- DynamicData
- TaskScheduler
- RecurrentTaskScheduler
- HourlyTaskScheduler
- DailyTaskScheduler
- MonthlyTaskScheduler
- MonthlyByDayTaskScheduler
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MonthlyByDayTaskScheduler
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
day - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#activeTime ⇒ Object
Returns the value of attribute activeTime.
-
#day ⇒ Object
Returns the value of attribute day.
-
#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, day = nil) ⇒ MonthlyByDayTaskScheduler
constructor
A new instance of MonthlyByDayTaskScheduler.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, day = nil) ⇒ MonthlyByDayTaskScheduler
Returns a new instance of MonthlyByDayTaskScheduler.
22667 22668 22669 22670 22671 22672 22673 22674 22675 22676 |
# File 'lib/vmware/soap/vim25.rb', line 22667 def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, day = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeTime = activeTime @expireTime = expireTime @interval = interval @minute = minute @hour = hour @day = day end |
Instance Attribute Details
#activeTime ⇒ Object
Returns the value of attribute activeTime.
22660 22661 22662 |
# File 'lib/vmware/soap/vim25.rb', line 22660 def activeTime @activeTime end |
#day ⇒ Object
Returns the value of attribute day.
22665 22666 22667 |
# File 'lib/vmware/soap/vim25.rb', line 22665 def day @day end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22659 22660 22661 |
# File 'lib/vmware/soap/vim25.rb', line 22659 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22658 22659 22660 |
# File 'lib/vmware/soap/vim25.rb', line 22658 def dynamicType @dynamicType end |
#expireTime ⇒ Object
Returns the value of attribute expireTime.
22661 22662 22663 |
# File 'lib/vmware/soap/vim25.rb', line 22661 def expireTime @expireTime end |
#hour ⇒ Object
Returns the value of attribute hour.
22664 22665 22666 |
# File 'lib/vmware/soap/vim25.rb', line 22664 def hour @hour end |
#interval ⇒ Object
Returns the value of attribute interval.
22662 22663 22664 |
# File 'lib/vmware/soap/vim25.rb', line 22662 def interval @interval end |
#minute ⇒ Object
Returns the value of attribute minute.
22663 22664 22665 |
# File 'lib/vmware/soap/vim25.rb', line 22663 def minute @minute end |