BatchUpdateFirewallRuleInputItem

Information for updating a firewall rule in a batch operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when a DNS query matches the firewall rule.

Link copied to clipboard

The DNS record type for the custom response when the action is BLOCK.

Link copied to clipboard

The custom domain name for the BLOCK response.

Link copied to clipboard

The TTL value for the custom response when the action is BLOCK.

Link copied to clipboard

The type of block response to return when the action is BLOCK.

Link copied to clipboard

The confidence threshold for advanced threat detection.

Link copied to clipboard

A description of the firewall rule.

Link copied to clipboard

Whether to enable advanced DNS threat protection for the firewall rule.

Link copied to clipboard

The unique identifier of the firewall rule to update.

Link copied to clipboard
val name: String?

A name for the firewall rule.

Link copied to clipboard

The priority of the firewall rule.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String