GetFirewallRulesPlainArgs

data class GetFirewallRulesPlainArgs(val action: String? = null, val description: String? = null, val id: String? = null, val maxItems: Int? = null, val paused: Boolean? = null, val zoneId: String) : ConvertibleToJava<GetFirewallRulesPlainArgs>

A collection of arguments for invoking getFirewallRules.

Constructors

Link copied to clipboard
constructor(action: String? = null, description: String? = null, id: String? = null, maxItems: Int? = null, paused: Boolean? = null, zoneId: String)

Properties

Link copied to clipboard
val action: String? = null

The action to search for. Must be an exact match.

Link copied to clipboard
val description: String? = null

A case-insensitive string to find in the description.

Link copied to clipboard
val id: String? = null

The unique identifier of the firewall rule.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val paused: Boolean? = null

When true, indicates that the firewall rule is currently paused.

Link copied to clipboard

Defines an identifier.

Functions

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