AutoscaleTimeAndCapacityArgs

data class AutoscaleTimeAndCapacityArgs(val maxInstanceCount: Output<Int>? = null, val minInstanceCount: Output<Int>? = null, val time: Output<String>? = null) : ConvertibleToJava<AutoscaleTimeAndCapacityArgs>

Time and capacity request parameters

Constructors

Link copied to clipboard
constructor(maxInstanceCount: Output<Int>? = null, minInstanceCount: Output<Int>? = null, time: Output<String>? = null)

Properties

Link copied to clipboard
val maxInstanceCount: Output<Int>? = null

The maximum instance count of the cluster

Link copied to clipboard
val minInstanceCount: Output<Int>? = null

The minimum instance count of the cluster

Link copied to clipboard
val time: Output<String>? = null

24-hour time in the form xx:xx

Functions

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