Autoscale Args
data class AutoscaleArgs(val capacity: Output<AutoscaleCapacityArgs>? = null, val recurrence: Output<AutoscaleRecurrenceArgs>? = null) : ConvertibleToJava<AutoscaleArgs>
The autoscale request parameters
Constructors
Link copied to clipboard
constructor(capacity: Output<AutoscaleCapacityArgs>? = null, recurrence: Output<AutoscaleRecurrenceArgs>? = null)