AppTemplateHttpScaleRule

data class AppTemplateHttpScaleRule(val authentications: List<AppTemplateHttpScaleRuleAuthentication>? = null, val concurrentRequests: String, val name: String)

Constructors

Link copied to clipboard
constructor(authentications: List<AppTemplateHttpScaleRuleAuthentication>? = null, concurrentRequests: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Zero or more authentication blocks as defined below.

Link copied to clipboard

The number of concurrent requests to trigger scaling.

Link copied to clipboard

The name of the Scaling Rule