AutoscaleSettingProfileRuleMetricTriggerDimension

data class AutoscaleSettingProfileRuleMetricTriggerDimension(val name: String, val operator: String, val values: List<String>)

Constructors

constructor(name: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the dimension.

Link copied to clipboard

The dimension operator. Possible values are Equals and NotEquals. Equals means being equal to any of the values. NotEquals means being not equal to any of the values.

Link copied to clipboard

A list of dimension values.