Package version:

Schedule definition.

interface Schedule {
    count: number;
    days: string[];
    endTime: string;
    startTime: string;
}

Properties

count: number

User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.

days: string[]

User has to set the days where schedule has to be set for autoscale operation.

endTime: string

User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).

startTime: string

User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).