Metric Trigger Response
data class MetricTriggerResponse(val dimensions: List<ScaleRuleMetricDimensionResponse>? = null, val dividePerInstance: Boolean? = null, val metricName: String, val metricNamespace: String? = null, val metricResourceLocation: String? = null, val metricResourceUri: String, val operator: String, val statistic: String, val threshold: Double, val timeAggregation: String, val timeGrain: String, val timeWindow: String)
The trigger that results in a scaling action.
Constructors
Link copied to clipboard
fun MetricTriggerResponse(dimensions: List<ScaleRuleMetricDimensionResponse>? = null, dividePerInstance: Boolean? = null, metricName: String, metricNamespace: String? = null, metricResourceLocation: String? = null, metricResourceUri: String, operator: String, statistic: String, threshold: Double, timeAggregation: String, timeGrain: String, timeWindow: String)