GetZoneLockdownsPlainArgs

data class GetZoneLockdownsPlainArgs(val createdOn: String? = null, val description: String? = null, val descriptionSearch: String? = null, val ip: String? = null, val ipRangeSearch: String? = null, val ipSearch: String? = null, val maxItems: Int? = null, val modifiedOn: String? = null, val priority: Double? = null, val uriSearch: String? = null, val zoneId: String) : ConvertibleToJava<GetZoneLockdownsPlainArgs>

A collection of arguments for invoking getZoneLockdowns.

Constructors

Link copied to clipboard
constructor(createdOn: String? = null, description: String? = null, descriptionSearch: String? = null, ip: String? = null, ipRangeSearch: String? = null, ipSearch: String? = null, maxItems: Int? = null, modifiedOn: String? = null, priority: Double? = null, uriSearch: String? = null, zoneId: String)

Properties

Link copied to clipboard
val createdOn: String? = null

The timestamp of when the rule was created.

Link copied to clipboard
val description: String? = null

A string to search for in the description of existing rules.

Link copied to clipboard

A string to search for in the description of existing rules.

Link copied to clipboard
val ip: String? = null

A single IP address to search for in existing rules.

Link copied to clipboard
val ipRangeSearch: String? = null

A single IP address range to search for in existing rules.

Link copied to clipboard
val ipSearch: String? = null

A single IP address to search for in existing rules.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val modifiedOn: String? = null

The timestamp of when the rule was last modified.

Link copied to clipboard
val priority: Double? = null

The priority of the rule to control the processing order. A lower number indicates higher priority. If not provided, any rules with a configured priority will be processed before rules without a priority.

Link copied to clipboard
val uriSearch: String? = null

A single URI to search for in the list of URLs of existing rules.

Link copied to clipboard

Identifier

Functions

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