AutoscaleArgs

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)

Properties

Link copied to clipboard
val capacity: Output<AutoscaleCapacityArgs>? = null

Parameters for load-based autoscale

Link copied to clipboard
val recurrence: Output<AutoscaleRecurrenceArgs>? = null

Parameters for schedule-based autoscale

Functions

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