AutoscaleSettingProfileRuleScaleAction

data class AutoscaleSettingProfileRuleScaleAction(val cooldown: String, val direction: String, val type: String, val value: Int)

Constructors

Link copied to clipboard
constructor(cooldown: String, direction: String, type: String, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of time to wait since the last scaling action before this action occurs. Must be between 1 minute and 1 week and formatted as a ISO 8601 string.

Link copied to clipboard

The scale direction. Possible values are Increase and Decrease.

Link copied to clipboard

The type of action that should occur. Possible values are ChangeCount, ExactCount, PercentChangeCount and ServiceAllowedNextValue.

Link copied to clipboard
val value: Int

The number of instances involved in the scaling action.