Class: HostCpuInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostCpuInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCpuInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numCpuPackages - SOAP::SOAPShort
numCpuCores - SOAP::SOAPShort
numCpuThreads - SOAP::SOAPShort
hz - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hz ⇒ Object
Returns the value of attribute hz.
-
#numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
-
#numCpuPackages ⇒ Object
Returns the value of attribute numCpuPackages.
-
#numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], numCpuPackages = nil, numCpuCores = nil, numCpuThreads = nil, hz = nil) ⇒ HostCpuInfo
constructor
A new instance of HostCpuInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], numCpuPackages = nil, numCpuCores = nil, numCpuThreads = nil, hz = nil) ⇒ HostCpuInfo
Returns a new instance of HostCpuInfo.
19181 19182 19183 19184 19185 19186 19187 19188 |
# File 'lib/vmware/soap/vim25.rb', line 19181 def initialize(dynamicType = nil, dynamicProperty = [], numCpuPackages = nil, numCpuCores = nil, numCpuThreads = nil, hz = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @numCpuPackages = numCpuPackages @numCpuCores = numCpuCores @numCpuThreads = numCpuThreads @hz = hz end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19175 19176 19177 |
# File 'lib/vmware/soap/vim25.rb', line 19175 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19174 19175 19176 |
# File 'lib/vmware/soap/vim25.rb', line 19174 def dynamicType @dynamicType end |
#hz ⇒ Object
Returns the value of attribute hz.
19179 19180 19181 |
# File 'lib/vmware/soap/vim25.rb', line 19179 def hz @hz end |
#numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
19177 19178 19179 |
# File 'lib/vmware/soap/vim25.rb', line 19177 def numCpuCores @numCpuCores end |
#numCpuPackages ⇒ Object
Returns the value of attribute numCpuPackages.
19176 19177 19178 |
# File 'lib/vmware/soap/vim25.rb', line 19176 def numCpuPackages @numCpuPackages end |
#numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
19178 19179 19180 |
# File 'lib/vmware/soap/vim25.rb', line 19178 def numCpuThreads @numCpuThreads end |