GetFirewallRulesInvokeResult

data class GetFirewallRulesInvokeResult(val action: String? = null, val description: String? = null, val id: String? = null, val maxItems: Int? = null, val paused: Boolean? = null, val results: List<GetFirewallRulesResult>, val zoneId: String)

A collection of values returned by getFirewallRules.

Constructors

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

Types

Link copied to clipboard
object Companion

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

The items returned by the data source

Link copied to clipboard

Identifier