Method: HostHardwareSummary#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 = @memorySize = memorySize @cpuModel = cpuModel @cpuMhz = cpuMhz @numCpuPkgs = numCpuPkgs @numCpuCores = numCpuCores @numCpuThreads = numCpuThreads @numNics = numNics @numHBAs = numHBAs end |