Class: HostNumaNode

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

Overview

urn:vim25HostNumaNode

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
typeId - SOAP::SOAPByte
cpuID - SOAP::SOAPShort
memoryRangeBegin - SOAP::SOAPLong
memoryRangeLength - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], typeId = nil, cpuID = [], memoryRangeBegin = nil, memoryRangeLength = nil) ⇒ HostNumaNode

Returns a new instance of HostNumaNode.



19262
19263
19264
19265
19266
19267
19268
19269
# File 'lib/vmware/soap/vim25.rb', line 19262

def initialize(dynamicType = nil, dynamicProperty = [], typeId = nil, cpuID = [], memoryRangeBegin = nil, memoryRangeLength = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @typeId = typeId
  @cpuID = cpuID
  @memoryRangeBegin = memoryRangeBegin
  @memoryRangeLength = memoryRangeLength
end

Instance Attribute Details

#cpuIDObject

Returns the value of attribute cpuID.



19258
19259
19260
# File 'lib/vmware/soap/vim25.rb', line 19258

def cpuID
  @cpuID
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19256
19257
19258
# File 'lib/vmware/soap/vim25.rb', line 19256

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19255
19256
19257
# File 'lib/vmware/soap/vim25.rb', line 19255

def dynamicType
  @dynamicType
end

#memoryRangeBeginObject

Returns the value of attribute memoryRangeBegin.



19259
19260
19261
# File 'lib/vmware/soap/vim25.rb', line 19259

def memoryRangeBegin
  @memoryRangeBegin
end

#memoryRangeLengthObject

Returns the value of attribute memoryRangeLength.



19260
19261
19262
# File 'lib/vmware/soap/vim25.rb', line 19260

def memoryRangeLength
  @memoryRangeLength
end

#typeIdObject

Returns the value of attribute typeId.



19257
19258
19259
# File 'lib/vmware/soap/vim25.rb', line 19257

def typeId
  @typeId
end