AutomaticZoneRebalancingPolicyResponse

data class AutomaticZoneRebalancingPolicyResponse(val enabled: Boolean? = null, val rebalanceBehavior: String? = null, val rebalanceStrategy: String? = null)

The configuration parameters used while performing automatic AZ balancing.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, rebalanceBehavior: String? = null, rebalanceStrategy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether Automatic AZ Balancing should be enabled on the virtual machine scale set. The default value is false.

Link copied to clipboard

Type of rebalance behavior that will be used for recreating virtual machines in the scale set across availability zones. Default and only supported value for now is CreateBeforeDelete.

Link copied to clipboard

Type of rebalance strategy that will be used for rebalancing virtual machines in the scale set across availability zones. Default and only supported value for now is Recreate.