Class: AboutInfo

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

Overview

urn:vim25AboutInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
fullName - SOAP::SOAPString
vendor - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
localeVersion - SOAP::SOAPString
localeBuild - SOAP::SOAPString
osType - SOAP::SOAPString
productLineId - SOAP::SOAPString
apiType - SOAP::SOAPString
apiVersion - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fullName = nil, vendor = nil, version = nil, build = nil, localeVersion = nil, localeBuild = nil, osType = nil, productLineId = nil, apiType = nil, apiVersion = nil) ⇒ AboutInfo

Returns a new instance of AboutInfo.



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
# File 'lib/vmware/soap/vim25.rb', line 332

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, fullName = nil, vendor = nil, version = nil, build = nil, localeVersion = nil, localeBuild = nil, osType = nil, productLineId = nil, apiType = nil, apiVersion = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @fullName = fullName
  @vendor = vendor
  @version = version
  @build = build
  @localeVersion = localeVersion
  @localeBuild = localeBuild
  @osType = osType
  @productLineId = productLineId
  @apiType = apiType
  @apiVersion = apiVersion
end

Instance Attribute Details

#apiTypeObject

Returns the value of attribute apiType.



329
330
331
# File 'lib/vmware/soap/vim25.rb', line 329

def apiType
  @apiType
end

#apiVersionObject

Returns the value of attribute apiVersion.



330
331
332
# File 'lib/vmware/soap/vim25.rb', line 330

def apiVersion
  @apiVersion
end

#buildObject

Returns the value of attribute build.



324
325
326
# File 'lib/vmware/soap/vim25.rb', line 324

def build
  @build
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



319
320
321
# File 'lib/vmware/soap/vim25.rb', line 319

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



318
319
320
# File 'lib/vmware/soap/vim25.rb', line 318

def dynamicType
  @dynamicType
end

#fullNameObject

Returns the value of attribute fullName.



321
322
323
# File 'lib/vmware/soap/vim25.rb', line 321

def fullName
  @fullName
end

#localeBuildObject

Returns the value of attribute localeBuild.



326
327
328
# File 'lib/vmware/soap/vim25.rb', line 326

def localeBuild
  @localeBuild
end

#localeVersionObject

Returns the value of attribute localeVersion.



325
326
327
# File 'lib/vmware/soap/vim25.rb', line 325

def localeVersion
  @localeVersion
end

#nameObject

Returns the value of attribute name.



320
321
322
# File 'lib/vmware/soap/vim25.rb', line 320

def name
  @name
end

#osTypeObject

Returns the value of attribute osType.



327
328
329
# File 'lib/vmware/soap/vim25.rb', line 327

def osType
  @osType
end

#productLineIdObject

Returns the value of attribute productLineId.



328
329
330
# File 'lib/vmware/soap/vim25.rb', line 328

def productLineId
  @productLineId
end

#vendorObject

Returns the value of attribute vendor.



322
323
324
# File 'lib/vmware/soap/vim25.rb', line 322

def vendor
  @vendor
end

#versionObject

Returns the value of attribute version.



323
324
325
# File 'lib/vmware/soap/vim25.rb', line 323

def version
  @version
end