GetIpsetPlainArgs

data class GetIpsetPlainArgs(val name: String) : ConvertibleToJava<GetIpsetPlainArgs>

A collection of arguments for invoking getIpset.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the WAF IP set.

Functions

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