GetResolverFirewallRulesPlainArgs

data class GetResolverFirewallRulesPlainArgs(val action: String? = null, val firewallRuleGroupId: String, val priority: Int? = null) : ConvertibleToJava<GetResolverFirewallRulesPlainArgs>

A collection of arguments for invoking getResolverFirewallRules.

Constructors

Link copied to clipboard
constructor(action: String? = null, firewallRuleGroupId: String, priority: Int? = null)

Properties

Link copied to clipboard
val action: String? = null

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list.

Link copied to clipboard

The unique identifier of the firewall rule group that you want to retrieve the rules for.

Link copied to clipboard
val priority: Int? = null

The setting that determines the processing order of the rules in a rule group.

Functions

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