Class: CreateTaskAction
- Inherits:
-
Action
- Object
- DynamicData
- Action
- CreateTaskAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateTaskAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
taskTypeId - SOAP::SOAPString
cancelable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#cancelable ⇒ Object
Returns the value of attribute cancelable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#taskTypeId ⇒ Object
Returns the value of attribute taskTypeId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], taskTypeId = nil, cancelable = nil) ⇒ CreateTaskAction
constructor
A new instance of CreateTaskAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], taskTypeId = nil, cancelable = nil) ⇒ CreateTaskAction
Returns a new instance of CreateTaskAction.
2828 2829 2830 2831 2832 2833 |
# File 'lib/vmware/soap/vim25.rb', line 2828 def initialize(dynamicType = nil, dynamicProperty = [], taskTypeId = nil, cancelable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @taskTypeId = taskTypeId @cancelable = cancelable end |
Instance Attribute Details
#cancelable ⇒ Object
Returns the value of attribute cancelable.
2826 2827 2828 |
# File 'lib/vmware/soap/vim25.rb', line 2826 def cancelable @cancelable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2824 2825 2826 |
# File 'lib/vmware/soap/vim25.rb', line 2824 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2823 2824 2825 |
# File 'lib/vmware/soap/vim25.rb', line 2823 def dynamicType @dynamicType end |
#taskTypeId ⇒ Object
Returns the value of attribute taskTypeId.
2825 2826 2827 |
# File 'lib/vmware/soap/vim25.rb', line 2825 def taskTypeId @taskTypeId end |