AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas

data class AutoscalerAutoscalingPolicyScaleInControlMaxScaledInReplicas(val fixed: Int? = null, val percent: Int? = null)

Constructors

constructor(fixed: Int? = null, percent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fixed: Int? = null

Specifies a fixed number of VM instances. This must be a positive integer.

Link copied to clipboard
val percent: Int? = null

Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.