Class: HostCpuPackage
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostCpuPackage
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCpuPackage
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
index - SOAP::SOAPShort
vendor - SOAP::SOAPString
hz - SOAP::SOAPLong
busHz - SOAP::SOAPLong
description - SOAP::SOAPString
threadId - SOAP::SOAPShort
cpuFeature - HostCpuIdInfo
Instance Attribute Summary collapse
-
#busHz ⇒ Object
Returns the value of attribute busHz.
-
#cpuFeature ⇒ Object
Returns the value of attribute cpuFeature.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hz ⇒ Object
Returns the value of attribute hz.
-
#index ⇒ Object
Returns the value of attribute index.
-
#threadId ⇒ Object
Returns the value of attribute threadId.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], index = nil, vendor = nil, hz = nil, busHz = nil, description = nil, threadId = [], cpuFeature = []) ⇒ HostCpuPackage
constructor
A new instance of HostCpuPackage.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], index = nil, vendor = nil, hz = nil, busHz = nil, description = nil, threadId = [], cpuFeature = []) ⇒ HostCpuPackage
Returns a new instance of HostCpuPackage.
19212 19213 19214 19215 19216 19217 19218 19219 19220 19221 19222 |
# File 'lib/vmware/soap/vim25.rb', line 19212 def initialize(dynamicType = nil, dynamicProperty = [], index = nil, vendor = nil, hz = nil, busHz = nil, description = nil, threadId = [], cpuFeature = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @index = index @vendor = vendor @hz = hz @busHz = busHz @description = description @threadId = threadId @cpuFeature = cpuFeature end |
Instance Attribute Details
#busHz ⇒ Object
Returns the value of attribute busHz.
19207 19208 19209 |
# File 'lib/vmware/soap/vim25.rb', line 19207 def busHz @busHz end |
#cpuFeature ⇒ Object
Returns the value of attribute cpuFeature.
19210 19211 19212 |
# File 'lib/vmware/soap/vim25.rb', line 19210 def cpuFeature @cpuFeature end |
#description ⇒ Object
Returns the value of attribute description.
19208 19209 19210 |
# File 'lib/vmware/soap/vim25.rb', line 19208 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19203 19204 19205 |
# File 'lib/vmware/soap/vim25.rb', line 19203 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19202 19203 19204 |
# File 'lib/vmware/soap/vim25.rb', line 19202 def dynamicType @dynamicType end |
#hz ⇒ Object
Returns the value of attribute hz.
19206 19207 19208 |
# File 'lib/vmware/soap/vim25.rb', line 19206 def hz @hz end |
#index ⇒ Object
Returns the value of attribute index.
19204 19205 19206 |
# File 'lib/vmware/soap/vim25.rb', line 19204 def index @index end |
#threadId ⇒ Object
Returns the value of attribute threadId.
19209 19210 19211 |
# File 'lib/vmware/soap/vim25.rb', line 19209 def threadId @threadId end |
#vendor ⇒ Object
Returns the value of attribute vendor.
19205 19206 19207 |
# File 'lib/vmware/soap/vim25.rb', line 19205 def vendor @vendor end |