Package version:

Cluster node details.

interface ClusterNode {
    coreCount?: number;
    ehcResourceId?: string;
    id?: number;
    lastLicensingTimestamp?: any;
    manufacturer?: string;
    memoryInGiB?: number;
    model?: string;
    name?: string;
    nodeType?: string;
    oemActivation?: string;
    osDisplayVersion?: string;
    osName?: string;
    osVersion?: string;
    serialNumber?: string;
    windowsServerSubscription?: string;
}

Properties

coreCount?: number

Number of physical cores on the cluster node.

ehcResourceId?: string

Edge Hardware Center Resource Id

id?: number

Id of the node in the cluster.

lastLicensingTimestamp?: any

Most recent licensing timestamp.

manufacturer?: string

Manufacturer of the cluster node hardware.

memoryInGiB?: number

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

model?: string

Model name of the cluster node hardware.

name?: string

Name of the cluster node.

nodeType?: string

Type of the cluster node hardware.

oemActivation?: string

OEM activation status of the node.

osDisplayVersion?: string

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

osName?: string

Operating system running on the cluster node.

osVersion?: string

Version of the operating system running on the cluster node.

serialNumber?: string

Immutable id of the cluster node.

windowsServerSubscription?: string

State of Windows Server Subscription.