ScheduledActionScalableTargetAction

data class ScheduledActionScalableTargetAction(val maxCapacity: Int? = null, val minCapacity: Int? = null)

Constructors

Link copied to clipboard
fun ScheduledActionScalableTargetAction(maxCapacity: Int? = null, minCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Int? = null
Link copied to clipboard
val minCapacity: Int? = null