NodePoolManagement

data class NodePoolManagement(val autoRepair: Boolean? = null, val autoUpgrade: Boolean? = null)

Constructors

Link copied to clipboard
constructor(autoRepair: Boolean? = null, autoUpgrade: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoRepair: Boolean? = null

Whether the nodes will be automatically repaired. Enabled by default.

Link copied to clipboard
val autoUpgrade: Boolean? = null

Whether the nodes will be automatically upgraded. Enabled by default.