ApplicationScalingRuleScalingRuleTimerSchedule

data class ApplicationScalingRuleScalingRuleTimerSchedule(val atTime: String? = null, val maxReplicas: Int? = null, val minReplicas: Int? = null, val targetReplicas: Int? = null)

Constructors

constructor(atTime: String? = null, maxReplicas: Int? = null, minReplicas: Int? = null, targetReplicas: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val atTime: String? = null
Link copied to clipboard
val maxReplicas: Int? = null
Link copied to clipboard
val minReplicas: Int? = null
Link copied to clipboard
val targetReplicas: Int? = null