NodeSwapStatusArgs

data class NodeSwapStatusArgs(val capacity: Output<Int>? = null) : ConvertibleToJava<NodeSwapStatusArgs>

NodeSwapStatus represents swap memory information.

Constructors

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

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Total amount of swap memory in bytes.

Functions

Link copied to clipboard
open override fun toJava(): NodeSwapStatusArgs