ScaleRuleResponse

data class ScaleRuleResponse(val metricTrigger: MetricTriggerResponse, val scaleAction: ScaleActionResponse)

A rule that provide the triggers and parameters for the scaling action.

Constructors

Link copied to clipboard
constructor(metricTrigger: MetricTriggerResponse, scaleAction: ScaleActionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the trigger that results in a scaling action.

Link copied to clipboard

the parameters for the scaling action.