Firewall Rule Group Firewall Rule
data class FirewallRuleGroupFirewallRule(val action: FirewallRuleGroupFirewallRuleAction, val blockOverrideDnsType: FirewallRuleGroupFirewallRuleBlockOverrideDnsType? = null, val blockOverrideDomain: String? = null, val blockOverrideTtl: Int? = null, val blockResponse: FirewallRuleGroupFirewallRuleBlockResponse? = null, val firewallDomainListId: String, val priority: Int)
Firewall Rule associating the Rule Group to a Domain List
Constructors
Link copied to clipboard
fun FirewallRuleGroupFirewallRule(action: FirewallRuleGroupFirewallRuleAction, blockOverrideDnsType: FirewallRuleGroupFirewallRuleBlockOverrideDnsType? = null, blockOverrideDomain: String? = null, blockOverrideTtl: Int? = null, blockResponse: FirewallRuleGroupFirewallRuleBlockResponse? = null, firewallDomainListId: String, priority: Int)