ApplicationScalingRuleScalingRuleMetric

data class ApplicationScalingRuleScalingRuleMetric(val maxReplicas: Int? = null, val metrics: List<ApplicationScalingRuleScalingRuleMetricMetric>? = null, val minReplicas: Int? = null, val scaleDownRules: ApplicationScalingRuleScalingRuleMetricScaleDownRules? = null, val scaleUpRules: ApplicationScalingRuleScalingRuleMetricScaleUpRules? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxReplicas: Int? = null

Maximum number of instances applied. NOTE: The attribute is valid when the attribute scaling_rule_type is mix.

Link copied to clipboard

Indicator rule configuration. See the following Block metrics.

Link copied to clipboard
val minReplicas: Int? = null

Minimum number of instances applied. NOTE: The attribute is valid when the attribute scaling_rule_type is mix.

Link copied to clipboard

Apply shrink rules. See the following Block scale_down_rules.

Link copied to clipboard

Apply expansion rules. See the following Block scale_up_rules.