Class: HostHardwareSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostHardwareSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostHardwareSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vendor - SOAP::SOAPString
model - SOAP::SOAPString
uuid - SOAP::SOAPString
- HostSystemIdentificationInfo
memorySize - SOAP::SOAPLong
cpuModel - SOAP::SOAPString
cpuMhz - SOAP::SOAPInt
numCpuPkgs - SOAP::SOAPShort
numCpuCores - SOAP::SOAPShort
numCpuThreads - SOAP::SOAPShort
numNics - SOAP::SOAPInt
numHBAs - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#cpuMhz ⇒ Object
Returns the value of attribute cpuMhz.
-
#cpuModel ⇒ Object
Returns the value of attribute cpuModel.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#memorySize ⇒ Object
Returns the value of attribute memorySize.
-
#model ⇒ Object
Returns the value of attribute model.
-
#numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
-
#numCpuPkgs ⇒ Object
Returns the value of attribute numCpuPkgs.
-
#numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
-
#numHBAs ⇒ Object
Returns the value of attribute numHBAs.
-
#numNics ⇒ Object
Returns the value of attribute numNics.
-
#otherIdentifyingInfo ⇒ Object
Returns the value of attribute otherIdentifyingInfo.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = [], memorySize = nil, cpuModel = nil, cpuMhz = nil, numCpuPkgs = nil, numCpuCores = nil, numCpuThreads = nil, numNics = nil, numHBAs = nil) ⇒ HostHardwareSummary
constructor
A new instance of HostHardwareSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = [], memorySize = nil, cpuModel = nil, cpuMhz = nil, numCpuPkgs = nil, numCpuCores = nil, numCpuThreads = nil, numNics = nil, numHBAs = nil) ⇒ HostHardwareSummary
Returns a new instance of HostHardwareSummary.
21537 21538 21539 21540 21541 21542 21543 21544 21545 21546 21547 21548 21549 21550 21551 21552 |
# File 'lib/vmware/soap/vim25.rb', line 21537 def initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, = [], memorySize = nil, cpuModel = nil, cpuMhz = nil, numCpuPkgs = nil, numCpuCores = nil, numCpuThreads = nil, numNics = nil, numHBAs = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vendor = vendor @model = model @uuid = uuid @otherIdentifyingInfo = @memorySize = memorySize @cpuModel = cpuModel @cpuMhz = cpuMhz @numCpuPkgs = numCpuPkgs @numCpuCores = numCpuCores @numCpuThreads = numCpuThreads @numNics = numNics @numHBAs = numHBAs end |
Instance Attribute Details
#cpuMhz ⇒ Object
Returns the value of attribute cpuMhz.
21530 21531 21532 |
# File 'lib/vmware/soap/vim25.rb', line 21530 def cpuMhz @cpuMhz end |
#cpuModel ⇒ Object
Returns the value of attribute cpuModel.
21529 21530 21531 |
# File 'lib/vmware/soap/vim25.rb', line 21529 def cpuModel @cpuModel end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21523 21524 21525 |
# File 'lib/vmware/soap/vim25.rb', line 21523 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21522 21523 21524 |
# File 'lib/vmware/soap/vim25.rb', line 21522 def dynamicType @dynamicType end |
#memorySize ⇒ Object
Returns the value of attribute memorySize.
21528 21529 21530 |
# File 'lib/vmware/soap/vim25.rb', line 21528 def memorySize @memorySize end |
#model ⇒ Object
Returns the value of attribute model.
21525 21526 21527 |
# File 'lib/vmware/soap/vim25.rb', line 21525 def model @model end |
#numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
21532 21533 21534 |
# File 'lib/vmware/soap/vim25.rb', line 21532 def numCpuCores @numCpuCores end |
#numCpuPkgs ⇒ Object
Returns the value of attribute numCpuPkgs.
21531 21532 21533 |
# File 'lib/vmware/soap/vim25.rb', line 21531 def numCpuPkgs @numCpuPkgs end |
#numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
21533 21534 21535 |
# File 'lib/vmware/soap/vim25.rb', line 21533 def numCpuThreads @numCpuThreads end |
#numHBAs ⇒ Object
Returns the value of attribute numHBAs.
21535 21536 21537 |
# File 'lib/vmware/soap/vim25.rb', line 21535 def numHBAs @numHBAs end |
#numNics ⇒ Object
Returns the value of attribute numNics.
21534 21535 21536 |
# File 'lib/vmware/soap/vim25.rb', line 21534 def numNics @numNics end |
#otherIdentifyingInfo ⇒ Object
Returns the value of attribute otherIdentifyingInfo.
21527 21528 21529 |
# File 'lib/vmware/soap/vim25.rb', line 21527 def @otherIdentifyingInfo end |
#uuid ⇒ Object
Returns the value of attribute uuid.
21526 21527 21528 |
# File 'lib/vmware/soap/vim25.rb', line 21526 def uuid @uuid end |
#vendor ⇒ Object
Returns the value of attribute vendor.
21524 21525 21526 |
# File 'lib/vmware/soap/vim25.rb', line 21524 def vendor @vendor end |