AutoScaleSettingsResponse

data class AutoScaleSettingsResponse(val maxInstances: Int? = null, val minInstances: Int? = null, val pollingInterval: String? = null, val scaleType: String, val targetUtilizationPercentage: Int? = null)

Constructors

Link copied to clipboard
constructor(maxInstances: Int? = null, minInstances: Int? = null, pollingInterval: String? = null, scaleType: String, targetUtilizationPercentage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxInstances: Int? = null

Maximum number of instances for this deployment.

Link copied to clipboard
val minInstances: Int? = null

Minimum number of instances for this deployment.

Link copied to clipboard
val pollingInterval: String? = null

The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.

Link copied to clipboard

Expected value is 'Auto'.

Link copied to clipboard

Target CPU usage for the autoscaler.