Class: HostCpuPackage

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

Instance Method Summary collapse

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

#busHzObject

Returns the value of attribute busHz.



19207
19208
19209
# File 'lib/vmware/soap/vim25.rb', line 19207

def busHz
  @busHz
end

#cpuFeatureObject

Returns the value of attribute cpuFeature.



19210
19211
19212
# File 'lib/vmware/soap/vim25.rb', line 19210

def cpuFeature
  @cpuFeature
end

#descriptionObject

Returns the value of attribute description.



19208
19209
19210
# File 'lib/vmware/soap/vim25.rb', line 19208

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19203
19204
19205
# File 'lib/vmware/soap/vim25.rb', line 19203

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19202
19203
19204
# File 'lib/vmware/soap/vim25.rb', line 19202

def dynamicType
  @dynamicType
end

#hzObject

Returns the value of attribute hz.



19206
19207
19208
# File 'lib/vmware/soap/vim25.rb', line 19206

def hz
  @hz
end

#indexObject

Returns the value of attribute index.



19204
19205
19206
# File 'lib/vmware/soap/vim25.rb', line 19204

def index
  @index
end

#threadIdObject

Returns the value of attribute threadId.



19209
19210
19211
# File 'lib/vmware/soap/vim25.rb', line 19209

def threadId
  @threadId
end

#vendorObject

Returns the value of attribute vendor.



19205
19206
19207
# File 'lib/vmware/soap/vim25.rb', line 19205

def vendor
  @vendor
end