NodeSwapStatus

data class NodeSwapStatus(val capacity: Int? = null)

NodeSwapStatus represents swap memory information.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Total amount of swap memory in bytes.