ClusterRebalanceConfig

data class ClusterRebalanceConfig(val mode: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The rebalance behavior for the cluster. When not specified, defaults to NO_REBALANCE. Possible values: MODE_UNSPECIFIED, NO_REBALANCE, AUTO_REBALANCE_ON_SCALE_UP.