ScaleRuleMetricDimensionResponse

data class ScaleRuleMetricDimensionResponse(val dimensionName: String, val operator: String, val values: List<String>)

Specifies an auto scale rule metric dimension.

Constructors

Link copied to clipboard
constructor(dimensionName: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the dimension.

Link copied to clipboard

the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values

Link copied to clipboard

list of dimension values. For example: "App1","App2".