Class ClusterNode
Cluster node details.
Inheritance
System.Object
ClusterNode
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Hci.dll
Syntax
public class ClusterNode
Properties
CoreCount
Number of physical cores on the cluster node.
Declaration
public Nullable<float> CoreCount { get; }
Property Value
|
System.Nullable<System.Single>
|
Id
Id of the node in the cluster.
Declaration
public Nullable<float> Id { get; }
Property Value
|
System.Nullable<System.Single>
|
Manufacturer
Manufacturer of the cluster node hardware.
Declaration
public string Manufacturer { get; }
Property Value
|
System.String
|
MemoryInGiB
Total available memory on the cluster node (in GiB).
Declaration
public Nullable<float> MemoryInGiB { get; }
Property Value
|
System.Nullable<System.Single>
|
Model
Model name of the cluster node hardware.
Declaration
public string Model { get; }
Property Value
|
System.String
|
Name
Name of the cluster node.
Declaration
public string Name { get; }
Property Value
|
System.String
|
OSName
Operating system running on the cluster node.
Declaration
public string OSName { get; }
Property Value
|
System.String
|
OSVersion
Version of the operating system running on the cluster node.
Declaration
public string OSVersion { get; }
Property Value
|
System.String
|
SerialNumber
Immutable id of the cluster node.
Declaration
public string SerialNumber { get; }
Property Value
|
System.String
|
WindowsServerSubscription
State of Windows Server Subscription.
Declaration
public Nullable<Azure.ResourceManager.Hci.Models.WindowsServerSubscription> WindowsServerSubscription { get; }
Property Value
|
System.Nullable<WindowsServerSubscription>
|