ScheduleResponse

data class ScheduleResponse(val count: Int, val days: List<String>, val endTime: String, val startTime: String)

Schedule definition.

Constructors

Link copied to clipboard
constructor(count: Int, days: List<String>, endTime: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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