Class: ScheduledTaskDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- ScheduledTaskDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - TypeDescription
schedulerInfo - ScheduledTaskDetail
state - ElementDescription
dayOfWeek - ElementDescription
weekOfMonth - ElementDescription
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#schedulerInfo ⇒ Object
Returns the value of attribute schedulerInfo.
-
#state ⇒ Object
Returns the value of attribute state.
-
#weekOfMonth ⇒ Object
Returns the value of attribute weekOfMonth.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], action = [], schedulerInfo = [], state = [], dayOfWeek = [], weekOfMonth = []) ⇒ ScheduledTaskDescription
constructor
A new instance of ScheduledTaskDescription.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], action = [], schedulerInfo = [], state = [], dayOfWeek = [], weekOfMonth = []) ⇒ ScheduledTaskDescription
Returns a new instance of ScheduledTaskDescription.
22422 22423 22424 22425 22426 22427 22428 22429 22430 |
# File 'lib/vmware/soap/vim25.rb', line 22422 def initialize(dynamicType = nil, dynamicProperty = [], action = [], schedulerInfo = [], state = [], dayOfWeek = [], weekOfMonth = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @action = action @schedulerInfo = schedulerInfo @state = state @dayOfWeek = dayOfWeek @weekOfMonth = weekOfMonth end |
Instance Attribute Details
permalink #action ⇒ Object
Returns the value of attribute action.
22416 22417 22418 |
# File 'lib/vmware/soap/vim25.rb', line 22416 def action @action end |
permalink #dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
22419 22420 22421 |
# File 'lib/vmware/soap/vim25.rb', line 22419 def dayOfWeek @dayOfWeek end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22415 22416 22417 |
# File 'lib/vmware/soap/vim25.rb', line 22415 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22414 22415 22416 |
# File 'lib/vmware/soap/vim25.rb', line 22414 def dynamicType @dynamicType end |
permalink #schedulerInfo ⇒ Object
Returns the value of attribute schedulerInfo.
22417 22418 22419 |
# File 'lib/vmware/soap/vim25.rb', line 22417 def schedulerInfo @schedulerInfo end |
permalink #state ⇒ Object
Returns the value of attribute state.
22418 22419 22420 |
# File 'lib/vmware/soap/vim25.rb', line 22418 def state @state end |
permalink #weekOfMonth ⇒ Object
Returns the value of attribute weekOfMonth.
22420 22421 22422 |
# File 'lib/vmware/soap/vim25.rb', line 22420 def weekOfMonth @weekOfMonth end |