ScalingRuleStepAdjustment

data class ScalingRuleStepAdjustment(val metricIntervalLowerBound: String? = null, val metricIntervalUpperBound: String? = null, val scalingAdjustment: Int? = null)

Constructors

Link copied to clipboard
constructor(metricIntervalLowerBound: String? = null, metricIntervalUpperBound: String? = null, scalingAdjustment: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The lower bound of step.

Link copied to clipboard

The upper bound of step.

Link copied to clipboard
val scalingAdjustment: Int? = null

The adjust value of step.