ScheduleBasedConfigArgs

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
val defaultCount: Output<Int>

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).

Link copied to clipboard
val timeZone: Output<String>

User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.

Functions

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