
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
989 B
989 B
vim.host.NumaNode
Information about a single NUMA node.NOTE: This data object is not modeled correctly if the NUMA node contains multiple disjoint memory ranges. If there are multiple memory ranges, the client will see one memory ranges from this NumaNode object, and the memory range may or may not belong to this NUMA node.
- extends
- Attributes:
-
typeId (int):
Zero-based NUMA ID for the node.
cpuID (short):
Information about each of the CPUs associated with the node.
memoryRangeBegin (long):
Beginning memory range for this NUMA node.
memoryRangeLength (long):
Length of the memory range for this node in bytes, that is, the amount of memory on the node.