NumaNodeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NUMA node data.
public class NumaNodeInfo
type NumaNodeInfo = class
Public Class NumaNodeInfo
- Inheritance
-
NumaNodeInfo
Constructors
NumaNodeInfo() |
Initializes a new instance of NumaNodeInfo. |
Properties
EffectiveAvailableMemoryInMB |
The effective available memory on the NUMA node in MB. |
FreeVCpuIndexesForHpn |
The free VCPU indices for the Hpn VMs. |
LogicalCoreCountPerCore |
The logical cores per core count. |
NumaNodeIndex |
The NUMA node index. |
TotalMemoryInMB |
The total memory on the NUMA node. |
VCpuIndexesForHpn |
The VCPU indices for Hpn VMs. |
VCpuIndexesForRoot |
The VCPU indices for the root. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET