BatchCreateFirewallRuleInputItem

Information about a DNS Firewall rule to create 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

A unique string that identifies the request and ensures idempotency.

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 ID of the DNS view to associate the firewall rule with.

Link copied to clipboard

The ID of the firewall domain list to associate with the rule.

Link copied to clipboard

A name for the firewall rule.

Link copied to clipboard

The priority of the firewall rule.

Link copied to clipboard

The DNS query type that the firewall rule should match.

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