Share via


HciClusterNode Class

Definition

Cluster node details.

public class HciClusterNode : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciClusterNode>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciClusterNode>
public class HciClusterNode
type HciClusterNode = class
    interface IJsonModel<HciClusterNode>
    interface IPersistableModel<HciClusterNode>
type HciClusterNode = class
Public Class HciClusterNode
Implements IJsonModel(Of HciClusterNode), IPersistableModel(Of HciClusterNode)
Public Class HciClusterNode
Inheritance
HciClusterNode
Implements

Properties

CoreCount

Number of physical cores on the cluster node.

EhcResourceId

Edge Hardware Center Resource Id.

Id

Id of the node in the cluster.

LastLicensingTimestamp

Most recent licensing timestamp.

Manufacturer

Manufacturer of the cluster node hardware.

MemoryInGiB

Total available memory on the cluster node (in GiB).

Model

Model name of the cluster node hardware.

Name

Name of the cluster node.

NodeType

Type of the cluster node hardware.

OemActivation

OEM activation status of the node.

OSDisplayVersion

Display version of the operating system running on the cluster node.

OSName

Operating system running on the cluster node.

OSVersion

Version of the operating system running on the cluster node.

SerialNumber

Immutable id of the cluster node.

WindowsServerSubscription

State of Windows Server Subscription.

Explicit Interface Implementations

IJsonModel<HciClusterNode>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciClusterNode>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterNode>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterNode>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciClusterNode>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to