vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostNumaNode(vim.host.NumaNode)
- Property of
 - HostNumaInfo
 - Extends
 - DynamicData
 - Since
 - 2.0
 
Data Object Description
Information about a single NUMA node.Properties
| Name | Type | Description | 
|---|---|---|
| cpuID | xsd:short[] | 
         Information about each of the CPUs associated with the node.
       | 
| memoryRangeBegin | xsd:long | 
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.
       | 
| memoryRangeLength | xsd:long | 
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.
       | 
| memorySize* | xsd:long | 
         The total amount of memory in this NUMA node, in bytes.
      
Since vSphere API Release 8.0.0.0 | 
| pciId* | xsd:string[] | 
         Information about each of the pci devices associated with the node.
  The string is of SBDF format, "Segment:Bus:Device.Function".
      
Since vSphere API Release 6.7 | 
| typeId | xsd:byte | 
         Zero-based NUMA ID for the node.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |