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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.NumaNodeInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.NumaNodeInfo>
public class NumaNodeInfo
type NumaNodeInfo = class
interface IJsonModel<NumaNodeInfo>
interface IPersistableModel<NumaNodeInfo>
type NumaNodeInfo = class
Public Class NumaNodeInfo
Implements IJsonModel(Of NumaNodeInfo), IPersistableModel(Of NumaNodeInfo)
Public Class NumaNodeInfo
- Inheritance
-
NumaNodeInfo
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NumaNodeInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NumaNodeInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NumaNodeInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NumaNodeInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NumaNodeInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |