Partilhar via


ClusterNode Class

Definition

Cluster node details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ClusterNodeTypeConverter))]
public class ClusterNode : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IClusterNode
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ClusterNodeTypeConverter))>]
type ClusterNode = class
    interface IClusterNode
    interface IJsonSerializable
Public Class ClusterNode
Implements IClusterNode
Inheritance
ClusterNode
Attributes
Implements

Constructors

ClusterNode()

Creates an new ClusterNode instance.

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.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterNode.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterNode.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IClusterNode.

FromJsonString(String)

Creates a new instance of ClusterNode, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterNode into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to