WafRuleRateLimitStatus

data class WafRuleRateLimitStatus(val code: String? = null, val count: Int? = null, val ratio: Int? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, count: Int? = null, ratio: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The HTTP status code returned.

Link copied to clipboard
val count: Int? = null

The number of times that the HTTP status code that was returned. Valid values: 2 to 50000. You can configure only one of the ratio and count fields.

Link copied to clipboard
val ratio: Int? = null

The percentage of HTTP status codes. Valid values: 1 to 100. You can configure only one of the ratio and count fields.