Class: HostNumaNode
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNumaNode
- 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
-
#cpuID ⇒ Object
Returns the value of attribute cpuID.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#memoryRangeBegin ⇒ Object
Returns the value of attribute memoryRangeBegin.
-
#memoryRangeLength ⇒ Object
Returns the value of attribute memoryRangeLength.
-
#typeId ⇒ Object
Returns the value of attribute typeId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], typeId = nil, cpuID = [], memoryRangeBegin = nil, memoryRangeLength = nil) ⇒ HostNumaNode
constructor
A new instance of HostNumaNode.
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
#cpuID ⇒ Object
Returns the value of attribute cpuID.
19258 19259 19260 |
# File 'lib/vmware/soap/vim25.rb', line 19258 def cpuID @cpuID end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19256 19257 19258 |
# File 'lib/vmware/soap/vim25.rb', line 19256 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19255 19256 19257 |
# File 'lib/vmware/soap/vim25.rb', line 19255 def dynamicType @dynamicType end |
#memoryRangeBegin ⇒ Object
Returns the value of attribute memoryRangeBegin.
19259 19260 19261 |
# File 'lib/vmware/soap/vim25.rb', line 19259 def memoryRangeBegin @memoryRangeBegin end |
#memoryRangeLength ⇒ Object
Returns the value of attribute memoryRangeLength.
19260 19261 19262 |
# File 'lib/vmware/soap/vim25.rb', line 19260 def memoryRangeLength @memoryRangeLength end |
#typeId ⇒ Object
Returns the value of attribute typeId.
19257 19258 19259 |
# File 'lib/vmware/soap/vim25.rb', line 19257 def typeId @typeId end |