NumaNodeInfo Class

Definition

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