Package version:

Profile of schedule based Autoscale.

interface ScheduleBasedConfig {
    defaultCount: number;
    schedules: Schedule[];
    timeZone: string;
}

Properties

defaultCount: number

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)

schedules: Schedule[]

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

timeZone: string

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