AveragePartitionLoadScalingTriggerResponse

data class AveragePartitionLoadScalingTriggerResponse(val kind: String, val lowerLoadThreshold: Double, val metricName: String, val scaleInterval: String, val upperLoadThreshold: Double)

Represents a scaling trigger related to an average load of a metric/resource of a partition.

Constructors

constructor(kind: String, lowerLoadThreshold: Double, metricName: String, scaleInterval: String, upperLoadThreshold: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enumerates the ways that a service can be partitioned. Expected value is 'AveragePartitionLoadTrigger'.

Link copied to clipboard

The lower limit of the load below which a scale in operation should be performed.

Link copied to clipboard

The name of the metric for which usage should be tracked.

Link copied to clipboard

The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".

Link copied to clipboard

The upper limit of the load beyond which a scale out operation should be performed.