ServiceTemplateScaling

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

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

Maximum number of serving instances that this resource should have.

Link copied to clipboard
val minInstanceCount: Int? = null

Minimum number of instances for the service, to be divided among all revisions receiving traffic.