ClusterRebalanceConfigArgs

data class ClusterRebalanceConfigArgs(val mode: Output<String>? = null) : ConvertibleToJava<ClusterRebalanceConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val mode: Output<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.

Functions

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