RuleRuleActionTrafficLimitConfig

data class RuleRuleActionTrafficLimitConfig(val perIpQps: Int? = null, val qps: Int? = null)

Constructors

Link copied to clipboard
constructor(perIpQps: Int? = null, qps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val perIpQps: Int? = null

The number of requests per second for a single IP address. Value range: 1~1000000. Note: If the QPS parameter is also configured, the value of the PerIpQps parameter must be smaller than the value of the QPS parameter.

Link copied to clipboard
val qps: Int? = null

The Number of requests per second. Valid values: 1 to 100000.