Schedule Based Config Args
data class ScheduleBasedConfigArgs(val defaultCount: Output<Int>, val schedules: Output<List<ScheduleArgs>>, val timeZone: Output<String>) : ConvertibleToJava<ScheduleBasedConfigArgs>
Profile of schedule based Autoscale.
Constructors
Link copied to clipboard
constructor(defaultCount: Output<Int>, schedules: Output<List<ScheduleArgs>>, timeZone: Output<String>)
Properties
Link copied to clipboard
Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
Link copied to clipboard
This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).