GetScalingRulesRuleHybridMetric

data class GetScalingRulesRuleHybridMetric(val dimensions: List<GetScalingRulesRuleHybridMetricDimension>, val expression: String, val id: String, val metricName: String, val statistic: String)

Constructors

Link copied to clipboard
constructor(dimensions: List<GetScalingRulesRuleHybridMetricDimension>, expression: String, id: String, metricName: String, statistic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.250.0) The metric dimensions. You can use this parameter to specify the monitored resources.

Link copied to clipboard

(Available since v1.250.0) The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression is written in Reverse Polish Notation (RPN) format and includes only the following operators: +, -, *, /.

Link copied to clipboard
val id: String

(Available since v1.250.0) The reference ID of the metric in the metric expression.

Link copied to clipboard

(Available since v1.250.0) The name of the Hybrid Cloud Monitoring metric.

Link copied to clipboard

(Available since v1.250.0) The statistical method of the metric data.