Class: ExtensionTaskTypeInfo

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

Overview

urn:vim25ExtensionTaskTypeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
taskID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], taskID = nil) ⇒ ExtensionTaskTypeInfo

Returns a new instance of ExtensionTaskTypeInfo.



1235
1236
1237
1238
1239
# File 'lib/vmware/soap/vim25.rb', line 1235

def initialize(dynamicType = nil, dynamicProperty = [], taskID = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @taskID = taskID
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1232
1233
1234
# File 'lib/vmware/soap/vim25.rb', line 1232

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1231
1232
1233
# File 'lib/vmware/soap/vim25.rb', line 1231

def dynamicType
  @dynamicType
end

#taskIDObject

Returns the value of attribute taskID.



1233
1234
1235
# File 'lib/vmware/soap/vim25.rb', line 1233

def taskID
  @taskID
end