Class: TaskInProgress

Inherits:
VimFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25TaskInProgress

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
task - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32063
32064
32065
# File 'lib/vmware/soap/vim25.rb', line 32063

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32062
32063
32064
# File 'lib/vmware/soap/vim25.rb', line 32062

def dynamicType
  @dynamicType
end

#taskObject

Returns the value of attribute task.



32064
32065
32066
# File 'lib/vmware/soap/vim25.rb', line 32064

def task
  @task
end