Class: TaskInProgress
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- TaskInProgress
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskInProgress
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
task - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], task = nil) ⇒ TaskInProgress
constructor
A new instance of TaskInProgress.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], task = nil) ⇒ TaskInProgress
Returns a new instance of TaskInProgress.
32066 32067 32068 32069 32070 |
# File 'lib/vmware/soap/vim25.rb', line 32066 def initialize(dynamicType = nil, dynamicProperty = [], task = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @task = task end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32063 32064 32065 |
# File 'lib/vmware/soap/vim25.rb', line 32063 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32062 32063 32064 |
# File 'lib/vmware/soap/vim25.rb', line 32062 def dynamicType @dynamicType end |
#task ⇒ Object
Returns the value of attribute task.
32064 32065 32066 |
# File 'lib/vmware/soap/vim25.rb', line 32064 def task @task end |