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.

Link copied to clipboard

Minimum number of serving instances that this resource should have.