Autoscale Setting Profile
data class AutoscaleSettingProfile(val capacity: AutoscaleSettingProfileCapacity, val fixedDate: AutoscaleSettingProfileFixedDate? = null, val name: String, val recurrence: AutoscaleSettingProfileRecurrence? = null, val rules: List<AutoscaleSettingProfileRule>? = null)
Constructors
Link copied to clipboard
constructor(capacity: AutoscaleSettingProfileCapacity, fixedDate: AutoscaleSettingProfileFixedDate? = null, name: String, recurrence: AutoscaleSettingProfileRecurrence? = null, rules: List<AutoscaleSettingProfileRule>? = null)
Properties
Link copied to clipboard
A capacity
block as defined below.
Link copied to clipboard
A fixed_date
block as defined below. This cannot be specified if a recurrence
block is specified.
Link copied to clipboard
A recurrence
block as defined below. This cannot be specified if a fixed_date
block is specified.
Link copied to clipboard
One or more (up to 10) rule
blocks as defined below.