ApplicationScalingRuleScalingRuleTimerScheduleArgs

data class ApplicationScalingRuleScalingRuleTimerScheduleArgs(val atTime: Output<String>? = null, val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null, val targetReplicas: Output<Int>? = null) : ConvertibleToJava<ApplicationScalingRuleScalingRuleTimerScheduleArgs>

Constructors

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

Properties

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationScalingRuleScalingRuleTimerScheduleArgs