FirewallPolicyFilterRuleCollectionResponse

data class FirewallPolicyFilterRuleCollectionResponse(val action: FirewallPolicyFilterRuleCollectionActionResponse? = null, val name: String? = null, val priority: Int? = null, val ruleCollectionType: String, val rules: List<Any>? = null)

Firewall Policy Filter Rule Collection.

Constructors

constructor(action: FirewallPolicyFilterRuleCollectionActionResponse? = null, name: String? = null, priority: Int? = null, ruleCollectionType: String, rules: List<Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action type of a Filter rule collection.

Link copied to clipboard
val name: String? = null

The name of the rule collection.

Link copied to clipboard
val priority: Int? = null

Priority of the Firewall Policy Rule Collection resource.

Link copied to clipboard

The type of the rule collection. Expected value is 'FirewallPolicyFilterRuleCollection'.

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

List of rules included in a rule collection.