Class: HostNumaInfo

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

Overview

urn:vim25HostNumaInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
numNodes - SOAP::SOAPInt
numaNode - HostNumaNode

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, numNodes = nil, numaNode = []) ⇒ HostNumaInfo

Returns a new instance of HostNumaInfo.



19238
19239
19240
19241
19242
19243
19244
# File 'lib/vmware/soap/vim25.rb', line 19238

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, numNodes = nil, numaNode = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @numNodes = numNodes
  @numaNode = numaNode
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19233
19234
19235
# File 'lib/vmware/soap/vim25.rb', line 19233

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19232
19233
19234
# File 'lib/vmware/soap/vim25.rb', line 19232

def dynamicType
  @dynamicType
end

#numaNodeObject

Returns the value of attribute numaNode.



19236
19237
19238
# File 'lib/vmware/soap/vim25.rb', line 19236

def numaNode
  @numaNode
end

#numNodesObject

Returns the value of attribute numNodes.



19235
19236
19237
# File 'lib/vmware/soap/vim25.rb', line 19235

def numNodes
  @numNodes
end

#typeObject

Returns the value of attribute type.



19234
19235
19236
# File 'lib/vmware/soap/vim25.rb', line 19234

def type
  @type
end