AutoscaleCapacityResponse

data class AutoscaleCapacityResponse(val maxInstanceCount: Int? = null, val minInstanceCount: Int? = null)

The load-based autoscale request parameters

Constructors

Link copied to clipboard
constructor(maxInstanceCount: Int? = null, minInstanceCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxInstanceCount: Int? = null

The maximum instance count of the cluster

Link copied to clipboard
val minInstanceCount: Int? = null

The minimum instance count of the cluster