HostNumaNode

HostNumaNode
HostNumaNode

Information about a single NUMA node.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "typeId": 0,
    "cpuID": [
        0
    ],
    "memorySize": 0,
    "memoryRangeBegin": 0,
    "memoryRangeLength": 0,
    "pciId": [
        "string"
    ]
}
integer
typeId
Required

Zero-based NUMA ID for the node.

array of integer
cpuID
Required

Information about each of the CPUs associated with the node.

integer As int64 As int64
memorySize
Optional

The total amount of memory in this NUMA node, in bytes.

Since: vSphere API Release 8.0.0.0

integer As int64 As int64
memoryRangeBegin
Required

Deprecated as of vSphere 8.0, this property is always set to zero. The memory of a NUMA node is not necessarily a single physically contiguous range.

Beginning memory range for this NUMA node.

integer As int64 As int64
memoryRangeLength
Required

Deprecated as of vSphere 8.0, this property is replaced by memorySize and is set to the same value. The memory of a NUMA node is not necessarily a single physically contiguous range.

Length of the memory range for this node in bytes, that is, the amount of memory on the node.

array of string
pciId
Optional

Information about each of the pci devices associated with the node.

The string is of SBDF format, "Segment:Bus:Device.Function".