RuleRuleActionTrafficLimitConfigArgs

data class RuleRuleActionTrafficLimitConfigArgs(val perIpQps: Output<Int>? = null, val qps: Output<Int>? = null) : ConvertibleToJava<RuleRuleActionTrafficLimitConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val perIpQps: Output<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: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RuleRuleActionTrafficLimitConfigArgs