ScaleCapacityArgs

data class ScaleCapacityArgs(val default: Output<String>, val maximum: Output<String>, val minimum: Output<String>) : ConvertibleToJava<ScaleCapacityArgs>

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

Constructors

Link copied to clipboard
constructor(default: Output<String>, maximum: Output<String>, minimum: Output<String>)

Properties

Link copied to clipboard
val default: Output<String>

the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.

Link copied to clipboard
val maximum: Output<String>

the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.

Link copied to clipboard
val minimum: Output<String>

the minimum number of instances for the resource.

Functions

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