AutoscaleSettingProfileCapacity

data class AutoscaleSettingProfileCapacity(val default: Int, val maximum: Int, val minimum: Int)

Constructors

Link copied to clipboard
constructor(default: Int, maximum: Int, minimum: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of instances that are available for scaling if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. Valid values are between 0 and 1000.

Link copied to clipboard

The maximum number of instances for this resource. Valid values are between 0 and 1000.

Link copied to clipboard

The minimum number of instances for this resource. Valid values are between 0 and 1000.