AutoscaleRecurrenceArgs

data class AutoscaleRecurrenceArgs(val schedule: Output<List<AutoscaleScheduleArgs>>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<AutoscaleRecurrenceArgs>

Schedule-based autoscale request parameters

Constructors

Link copied to clipboard
constructor(schedule: Output<List<AutoscaleScheduleArgs>>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val schedule: Output<List<AutoscaleScheduleArgs>>? = null

Array of schedule-based autoscale rules

Link copied to clipboard
val timeZone: Output<String>? = null

The time zone for the autoscale schedule times

Functions

Link copied to clipboard
open override fun toJava(): AutoscaleRecurrenceArgs