ScheduleBasedConfigResponse

data class ScheduleBasedConfigResponse(val defaultCount: Int, val schedules: List<ScheduleResponse>, val timeZone: String)

Profile of schedule based Autoscale.

Constructors

Link copied to clipboard
constructor(defaultCount: Int, schedules: List<ScheduleResponse>, timeZone: String)

Types

Link copied to clipboard
object Companion

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

Link copied to clipboard

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