Class: HostCpuInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19175
19176
19177
# File 'lib/vmware/soap/vim25.rb', line 19175

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19174
19175
19176
# File 'lib/vmware/soap/vim25.rb', line 19174

def dynamicType
  @dynamicType
end

#hzObject

Returns the value of attribute hz.



19179
19180
19181
# File 'lib/vmware/soap/vim25.rb', line 19179

def hz
  @hz
end

#numCpuCoresObject

Returns the value of attribute numCpuCores.



19177
19178
19179
# File 'lib/vmware/soap/vim25.rb', line 19177

def numCpuCores
  @numCpuCores
end

#numCpuPackagesObject

Returns the value of attribute numCpuPackages.



19176
19177
19178
# File 'lib/vmware/soap/vim25.rb', line 19176

def numCpuPackages
  @numCpuPackages
end

#numCpuThreadsObject

Returns the value of attribute numCpuThreads.



19178
19179
19180
# File 'lib/vmware/soap/vim25.rb', line 19178

def numCpuThreads
  @numCpuThreads
end