AutoscaleSettingProfileRecurrenceArgs

data class AutoscaleSettingProfileRecurrenceArgs(val days: Output<List<String>>, val hours: Output<Int>, val minutes: Output<Int>, val timezone: Output<String>? = null) : ConvertibleToJava<AutoscaleSettingProfileRecurrenceArgs>

Constructors

Link copied to clipboard
constructor(days: Output<List<String>>, hours: Output<Int>, minutes: Output<Int>, timezone: Output<String>? = null)

Properties

Link copied to clipboard
val days: Output<List<String>>

A list of days that this profile takes effect on. Possible values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.

Link copied to clipboard
val hours: Output<Int>

A list containing a single item, which specifies the Hour interval at which this recurrence should be triggered (in 24-hour time). Possible values are from 0 to 23.

Link copied to clipboard
val minutes: Output<Int>

A list containing a single item which specifies the Minute interval at which this recurrence should be triggered.

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

The Time Zone used for the hours field. A list of possible values can be found here). Defaults to UTC.

Functions

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