AKSService Create Request Auto Scaler Args
data class AKSServiceCreateRequestAutoScalerArgs(val autoscaleEnabled: Output<Boolean>? = null, val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null, val refreshPeriodInSeconds: Output<Int>? = null, val targetUtilization: Output<Int>? = null) : ConvertibleToJava<AKSServiceCreateRequestAutoScalerArgs>
The auto scaler properties.
Constructors
Properties
Link copied to clipboard
Option to enable/disable auto scaling.
Link copied to clipboard
The maximum number of replicas in the cluster.
Link copied to clipboard
The minimum number of replicas to scale down to.
Link copied to clipboard
The amount of seconds to wait between auto scale updates.
Link copied to clipboard
The target utilization percentage to use for determining whether to scale the cluster.