Class: HostHardwareSummary

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

Overview

urn:vim25HostHardwareSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vendor - SOAP::SOAPString
model - SOAP::SOAPString
uuid - SOAP::SOAPString
otherIdentifyingInfo - 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

Instance Method Summary collapse

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.

[View source]

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, otherIdentifyingInfo = [], 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 = otherIdentifyingInfo
  @memorySize = memorySize
  @cpuModel = cpuModel
  @cpuMhz = cpuMhz
  @numCpuPkgs = numCpuPkgs
  @numCpuCores = numCpuCores
  @numCpuThreads = numCpuThreads
  @numNics = numNics
  @numHBAs = numHBAs
end

Instance Attribute Details

#cpuMhzObject

Returns the value of attribute cpuMhz.


21530
21531
21532
# File 'lib/vmware/soap/vim25.rb', line 21530

def cpuMhz
  @cpuMhz
end

#cpuModelObject

Returns the value of attribute cpuModel.


21529
21530
21531
# File 'lib/vmware/soap/vim25.rb', line 21529

def cpuModel
  @cpuModel
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21523
21524
21525
# File 'lib/vmware/soap/vim25.rb', line 21523

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21522
21523
21524
# File 'lib/vmware/soap/vim25.rb', line 21522

def dynamicType
  @dynamicType
end

#memorySizeObject

Returns the value of attribute memorySize.


21528
21529
21530
# File 'lib/vmware/soap/vim25.rb', line 21528

def memorySize
  @memorySize
end

#modelObject

Returns the value of attribute model.


21525
21526
21527
# File 'lib/vmware/soap/vim25.rb', line 21525

def model
  @model
end

#numCpuCoresObject

Returns the value of attribute numCpuCores.


21532
21533
21534
# File 'lib/vmware/soap/vim25.rb', line 21532

def numCpuCores
  @numCpuCores
end

#numCpuPkgsObject

Returns the value of attribute numCpuPkgs.


21531
21532
21533
# File 'lib/vmware/soap/vim25.rb', line 21531

def numCpuPkgs
  @numCpuPkgs
end

#numCpuThreadsObject

Returns the value of attribute numCpuThreads.


21533
21534
21535
# File 'lib/vmware/soap/vim25.rb', line 21533

def numCpuThreads
  @numCpuThreads
end

#numHBAsObject

Returns the value of attribute numHBAs.


21535
21536
21537
# File 'lib/vmware/soap/vim25.rb', line 21535

def numHBAs
  @numHBAs
end

#numNicsObject

Returns the value of attribute numNics.


21534
21535
21536
# File 'lib/vmware/soap/vim25.rb', line 21534

def numNics
  @numNics
end

#otherIdentifyingInfoObject

Returns the value of attribute otherIdentifyingInfo.


21527
21528
21529
# File 'lib/vmware/soap/vim25.rb', line 21527

def otherIdentifyingInfo
  @otherIdentifyingInfo
end

#uuidObject

Returns the value of attribute uuid.


21526
21527
21528
# File 'lib/vmware/soap/vim25.rb', line 21526

def uuid
  @uuid
end

#vendorObject

Returns the value of attribute vendor.


21524
21525
21526
# File 'lib/vmware/soap/vim25.rb', line 21524

def vendor
  @vendor
end