Class: HostHardwareInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostHardwareInfo
- 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
-
#biosInfo ⇒ Object
Returns the value of attribute biosInfo.
-
#cpuFeature ⇒ Object
Returns the value of attribute cpuFeature.
-
#cpuInfo ⇒ Object
Returns the value of attribute cpuInfo.
-
#cpuPkg ⇒ Object
Returns the value of attribute cpuPkg.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#memorySize ⇒ Object
Returns the value of attribute memorySize.
-
#numaInfo ⇒ Object
Returns the value of attribute numaInfo.
-
#pciDevice ⇒ Object
Returns the value of attribute pciDevice.
-
#systemInfo ⇒ Object
Returns the value of attribute systemInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], systemInfo = nil, cpuInfo = nil, cpuPkg = [], memorySize = nil, numaInfo = nil, pciDevice = [], cpuFeature = [], biosInfo = nil) ⇒ HostHardwareInfo
constructor
A new instance of HostHardwareInfo.
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
#biosInfo ⇒ Object
Returns the value of attribute biosInfo.
19125 19126 19127 |
# File 'lib/vmware/soap/vim25.rb', line 19125 def biosInfo @biosInfo end |
#cpuFeature ⇒ Object
Returns the value of attribute cpuFeature.
19124 19125 19126 |
# File 'lib/vmware/soap/vim25.rb', line 19124 def cpuFeature @cpuFeature end |
#cpuInfo ⇒ Object
Returns the value of attribute cpuInfo.
19119 19120 19121 |
# File 'lib/vmware/soap/vim25.rb', line 19119 def cpuInfo @cpuInfo end |
#cpuPkg ⇒ Object
Returns the value of attribute cpuPkg.
19120 19121 19122 |
# File 'lib/vmware/soap/vim25.rb', line 19120 def cpuPkg @cpuPkg end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19117 19118 19119 |
# File 'lib/vmware/soap/vim25.rb', line 19117 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19116 19117 19118 |
# File 'lib/vmware/soap/vim25.rb', line 19116 def dynamicType @dynamicType end |
#memorySize ⇒ Object
Returns the value of attribute memorySize.
19121 19122 19123 |
# File 'lib/vmware/soap/vim25.rb', line 19121 def memorySize @memorySize end |
#numaInfo ⇒ Object
Returns the value of attribute numaInfo.
19122 19123 19124 |
# File 'lib/vmware/soap/vim25.rb', line 19122 def numaInfo @numaInfo end |
#pciDevice ⇒ Object
Returns the value of attribute pciDevice.
19123 19124 19125 |
# File 'lib/vmware/soap/vim25.rb', line 19123 def pciDevice @pciDevice end |
#systemInfo ⇒ Object
Returns the value of attribute systemInfo.
19118 19119 19120 |
# File 'lib/vmware/soap/vim25.rb', line 19118 def systemInfo @systemInfo end |