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

Trigger point in time. When supporting format: minutes, for example: 08:00.

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

This parameter can specify the number of instances to be applied or the minimum number of surviving instances per deployment. value range 1,50. NOTE: The attribute is valid when the attribute scaling_rule_type is timing.