ClusterNode

data class ClusterNode(val name: String, val uuid: UUID, var runningServices: Int, var state: NodeStates, var currentMemoryUsage: Int, var maxMemoryUsage: Int, val cloudVersion: NodeCloudVersion, val headNode: Boolean, val hostname: String)

Constructors

Link copied to clipboard
constructor(name: String, uuid: UUID, runningServices: Int, state: NodeStates, currentMemoryUsage: Int, maxMemoryUsage: Int, cloudVersion: NodeCloudVersion, headNode: Boolean, hostname: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uuid: UUID