AutoscaleSettingProfileRecurrence

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: 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

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

Link copied to clipboard
val timezone: String? = null

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