TargetUtilizationScaleSettingsResponse

data class TargetUtilizationScaleSettingsResponse(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

The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.

Link copied to clipboard
val minInstances: Int? = null

The minimum number of instances to always be present.

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 'TargetUtilization'.

Link copied to clipboard

Target CPU usage for the autoscaler.