ClusterNodeResponse

data class ClusterNodeResponse(val coreCount: Double, val ehcResourceId: String, val id: Double, val lastLicensingTimestamp: String, val manufacturer: String, val memoryInGiB: Double, val model: String, val name: String, val nodeType: String, val osDisplayVersion: String, val osName: String, val osVersion: String, val serialNumber: String, val windowsServerSubscription: String)

Cluster node details.

Constructors

Link copied to clipboard
constructor(coreCount: Double, ehcResourceId: String, id: Double, lastLicensingTimestamp: String, manufacturer: String, memoryInGiB: Double, model: String, name: String, nodeType: String, osDisplayVersion: String, osName: String, osVersion: String, serialNumber: String, windowsServerSubscription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of physical cores on the cluster node.

Link copied to clipboard

Edge Hardware Center Resource Id

Link copied to clipboard
val id: Double

Id of the node in the cluster.

Link copied to clipboard

Most recent licensing timestamp.

Link copied to clipboard

Manufacturer of the cluster node hardware.

Link copied to clipboard

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

Link copied to clipboard

Model name of the cluster node hardware.

Link copied to clipboard

Name of the cluster node.

Link copied to clipboard

Type of the cluster node hardware.

Link copied to clipboard

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

Link copied to clipboard

Operating system running on the cluster node.

Link copied to clipboard

Version of the operating system running on the cluster node.

Link copied to clipboard

Immutable id of the cluster node.

Link copied to clipboard

State of Windows Server Subscription.