Class: TaskDescription

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

Overview

urn:vim25TaskDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
methodInfo - ElementDescription
state - ElementDescription
reason - TypeDescription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], methodInfo = [], state = [], reason = []) ⇒ TaskDescription

Returns a new instance of TaskDescription.



2337
2338
2339
2340
2341
2342
2343
# File 'lib/vmware/soap/vim25.rb', line 2337

def initialize(dynamicType = nil, dynamicProperty = [], methodInfo = [], state = [], reason = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @methodInfo = methodInfo
  @state = state
  @reason = reason
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2332
2333
2334
# File 'lib/vmware/soap/vim25.rb', line 2332

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2331
2332
2333
# File 'lib/vmware/soap/vim25.rb', line 2331

def dynamicType
  @dynamicType
end

#methodInfoObject

Returns the value of attribute methodInfo.



2333
2334
2335
# File 'lib/vmware/soap/vim25.rb', line 2333

def methodInfo
  @methodInfo
end

#reasonObject

Returns the value of attribute reason.



2335
2336
2337
# File 'lib/vmware/soap/vim25.rb', line 2335

def reason
  @reason
end

#stateObject

Returns the value of attribute state.



2334
2335
2336
# File 'lib/vmware/soap/vim25.rb', line 2334

def state
  @state
end