AutoscaleProfileResponse

data class AutoscaleProfileResponse(val capacity: ScaleCapacityResponse, val fixedDate: TimeWindowResponse? = null, val name: String, val recurrence: RecurrenceResponse? = null, val rules: List<ScaleRuleResponse>)

Autoscale profile.

Constructors

Link copied to clipboard
constructor(capacity: ScaleCapacityResponse, fixedDate: TimeWindowResponse? = null, name: String, recurrence: RecurrenceResponse? = null, rules: List<ScaleRuleResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the number of instances that can be used during this profile.

Link copied to clipboard

the specific date-time for the profile. This element is not used if the Recurrence element is used.

Link copied to clipboard

the name of the profile.

Link copied to clipboard

the repeating times at which this profile begins. This element is not used if the FixedDate element is used.

Link copied to clipboard

the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.