ClusterNodeResponse

data class ClusterNodeResponse(val coreCount: Double, val id: Double, val manufacturer: String, val memoryInGiB: Double, val model: String, val name: String, val osName: String, val osVersion: String, val serialNumber: String)

Cluster node details.

Constructors

Link copied to clipboard
constructor(coreCount: Double, id: Double, manufacturer: String, memoryInGiB: Double, model: String, name: String, osName: String, osVersion: String, serialNumber: 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
val id: Double

Id of the node in the cluster.

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

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.