ScaleActionResponse

data class ScaleActionResponse(val cooldown: String, val direction: String, val type: String, val value: String? = null)

The parameters for the scaling action.

Constructors

Link copied to clipboard
constructor(cooldown: String, direction: String, type: String, value: String? = null)

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. It must be between 1 week and 1 minute in ISO 8601 format.

Link copied to clipboard

the scale direction. Whether the scaling action increases or decreases the number of instances.

Link copied to clipboard

the type of action that should occur when the scale rule fires.

Link copied to clipboard
val value: String? = null

the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.