GetWafGroupsFilter

data class GetWafGroupsFilter(val mode: String? = null, val name: String? = null) : ConvertibleToJava<GetWafGroupsFilter>

Constructors

Link copied to clipboard
constructor(mode: String? = null, name: String? = null)

Properties

Link copied to clipboard
val mode: String? = null

Mode of the WAF Rule Groups to lookup. Valid values: on and off.

Link copied to clipboard
val name: String? = null

A regular expression matching the name of the WAF Rule Groups to lookup.

Functions

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