AutoscaleScheduleResponse

data class AutoscaleScheduleResponse(val days: List<String>? = null, val timeAndCapacity: AutoscaleTimeAndCapacityResponse? = null)

Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity

Constructors

Link copied to clipboard
constructor(days: List<String>? = null, timeAndCapacity: AutoscaleTimeAndCapacityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: List<String>? = null

Days of the week for a schedule-based autoscale rule

Link copied to clipboard

Time and capacity for a schedule-based autoscale rule