IClusterNode Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ClusterNodeTypeConverter))]
public interface IClusterNode : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.ClusterNodeTypeConverter))>]
type IClusterNode = interface
interface IJsonSerializable
Public Interface IClusterNode
Implements IJsonSerializable
- Derived
- Attributes
- 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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |