Class: HostHardwareInfo

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

Overview

urn:vim25HostHardwareInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
systemInfo - HostSystemInfo
cpuInfo - HostCpuInfo
cpuPkg - HostCpuPackage
memorySize - SOAP::SOAPLong
numaInfo - HostNumaInfo
pciDevice - HostPciDevice
cpuFeature - HostCpuIdInfo
biosInfo - HostBIOSInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], systemInfo = nil, cpuInfo = nil, cpuPkg = [], memorySize = nil, numaInfo = nil, pciDevice = [], cpuFeature = [], biosInfo = nil) ⇒ HostHardwareInfo

Returns a new instance of HostHardwareInfo.



19127
19128
19129
19130
19131
19132
19133
19134
19135
19136
19137
19138
# File 'lib/vmware/soap/vim25.rb', line 19127

def initialize(dynamicType = nil, dynamicProperty = [], systemInfo = nil, cpuInfo = nil, cpuPkg = [], memorySize = nil, numaInfo = nil, pciDevice = [], cpuFeature = [], biosInfo = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @systemInfo = systemInfo
  @cpuInfo = cpuInfo
  @cpuPkg = cpuPkg
  @memorySize = memorySize
  @numaInfo = numaInfo
  @pciDevice = pciDevice
  @cpuFeature = cpuFeature
  @biosInfo = biosInfo
end

Instance Attribute Details

#biosInfoObject

Returns the value of attribute biosInfo.



19125
19126
19127
# File 'lib/vmware/soap/vim25.rb', line 19125

def biosInfo
  @biosInfo
end

#cpuFeatureObject

Returns the value of attribute cpuFeature.



19124
19125
19126
# File 'lib/vmware/soap/vim25.rb', line 19124

def cpuFeature
  @cpuFeature
end

#cpuInfoObject

Returns the value of attribute cpuInfo.



19119
19120
19121
# File 'lib/vmware/soap/vim25.rb', line 19119

def cpuInfo
  @cpuInfo
end

#cpuPkgObject

Returns the value of attribute cpuPkg.



19120
19121
19122
# File 'lib/vmware/soap/vim25.rb', line 19120

def cpuPkg
  @cpuPkg
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19117
19118
19119
# File 'lib/vmware/soap/vim25.rb', line 19117

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19116
19117
19118
# File 'lib/vmware/soap/vim25.rb', line 19116

def dynamicType
  @dynamicType
end

#memorySizeObject

Returns the value of attribute memorySize.



19121
19122
19123
# File 'lib/vmware/soap/vim25.rb', line 19121

def memorySize
  @memorySize
end

#numaInfoObject

Returns the value of attribute numaInfo.



19122
19123
19124
# File 'lib/vmware/soap/vim25.rb', line 19122

def numaInfo
  @numaInfo
end

#pciDeviceObject

Returns the value of attribute pciDevice.



19123
19124
19125
# File 'lib/vmware/soap/vim25.rb', line 19123

def pciDevice
  @pciDevice
end

#systemInfoObject

Returns the value of attribute systemInfo.



19118
19119
19120
# File 'lib/vmware/soap/vim25.rb', line 19118

def systemInfo
  @systemInfo
end