HostNumaInfo
HostNumaInfo
Information about NUMA (non-uniform memory access).
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"type": "string",
"numNodes": 0,
"numaNode": [
{
"_typeName": "string",
"typeId": 0,
"cpuID": [
0
],
"memorySize": 0,
"memoryRangeBegin": 0,
"memoryRangeLength": 0,
"pciId": [
"string"
]
}
]
}
string
type
Required
Deprecated as of vSphere API 5.1, this property is always set to "NUMA".
The type of NUMA technology.
integer As int32 As int32
numNodes
Required
The number of NUMA nodes on the host.
The value is 0 if the host is not NUMA-capable.
array of HostNumaNode
numaNode
Optional
Information about each of the NUMA nodes on the host.
The array is empty if the host is not NUMA-capable.