FirewallPolicyFilterRuleResponse

data class FirewallPolicyFilterRuleResponse(val action: FirewallPolicyFilterRuleActionResponse? = null, val name: String? = null, val priority: Int? = null, val ruleConditions: List<Any>? = null, val ruleType: String)

Firewall Policy Filter Rule.

Constructors

Link copied to clipboard
constructor(action: FirewallPolicyFilterRuleActionResponse? = null, name: String? = null, priority: Int? = null, ruleConditions: List<Any>? = null, ruleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action type of a Filter rule.

Link copied to clipboard
val name: String? = null

The name of the rule.

Link copied to clipboard
val priority: Int? = null

Priority of the Firewall Policy Rule resource.

Link copied to clipboard
val ruleConditions: List<Any>? = null

Collection of rule conditions used by a rule.

Link copied to clipboard

The type of the rule. Expected value is 'FirewallPolicyFilterRule'.