GetServiceTemplateScaling

data class GetServiceTemplateScaling(val maxInstanceCount: Int, val minInstanceCount: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of serving instances that this resource should have. Must not be less than minimum instance count. If absent, Cloud Run will calculate a default value based on the project's available container instances quota in the region and specified instance size.

Link copied to clipboard

Minimum number of serving instances that this resource should have. Defaults to 0. Must not be greater than maximum instance count.