Class: HostCpuIdInfo

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

Overview

urn:vim25HostCpuIdInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
level - SOAP::SOAPInt
vendor - SOAP::SOAPString
eax - SOAP::SOAPString
ebx - SOAP::SOAPString
ecx - SOAP::SOAPString
edx - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], level = nil, vendor = nil, eax = nil, ebx = nil, ecx = nil, edx = nil) ⇒ HostCpuIdInfo

Returns a new instance of HostCpuIdInfo.



17438
17439
17440
17441
17442
17443
17444
17445
17446
17447
# File 'lib/vmware/soap/vim25.rb', line 17438

def initialize(dynamicType = nil, dynamicProperty = [], level = nil, vendor = nil, eax = nil, ebx = nil, ecx = nil, edx = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @level = level
  @vendor = vendor
  @eax = eax
  @ebx = ebx
  @ecx = ecx
  @edx = edx
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17430
17431
17432
# File 'lib/vmware/soap/vim25.rb', line 17430

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17429
17430
17431
# File 'lib/vmware/soap/vim25.rb', line 17429

def dynamicType
  @dynamicType
end

#eaxObject

Returns the value of attribute eax.



17433
17434
17435
# File 'lib/vmware/soap/vim25.rb', line 17433

def eax
  @eax
end

#ebxObject

Returns the value of attribute ebx.



17434
17435
17436
# File 'lib/vmware/soap/vim25.rb', line 17434

def ebx
  @ebx
end

#ecxObject

Returns the value of attribute ecx.



17435
17436
17437
# File 'lib/vmware/soap/vim25.rb', line 17435

def ecx
  @ecx
end

#edxObject

Returns the value of attribute edx.



17436
17437
17438
# File 'lib/vmware/soap/vim25.rb', line 17436

def edx
  @edx
end

#levelObject

Returns the value of attribute level.



17431
17432
17433
# File 'lib/vmware/soap/vim25.rb', line 17431

def level
  @level
end

#vendorObject

Returns the value of attribute vendor.



17432
17433
17434
# File 'lib/vmware/soap/vim25.rb', line 17432

def vendor
  @vendor
end