FirewallPolicyRuleCollectionGroupApplicationRuleCollectionArgs

data class FirewallPolicyRuleCollectionGroupApplicationRuleCollectionArgs(val action: Output<String>, val name: Output<String>, val priority: Output<Int>, val rules: Output<List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs>>) : ConvertibleToJava<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionArgs>

Constructors

constructor(action: Output<String>, name: Output<String>, priority: Output<Int>, rules: Output<List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs>>)

Properties

Link copied to clipboard
val action: Output<String>

The action to take for the application rules in this collection. Possible values are Allow and Deny.

Link copied to clipboard
val name: Output<String>

The name which should be used for this application rule collection.

Link copied to clipboard
val priority: Output<Int>

The priority of the application rule collection. The range is 100 - 65000.

Link copied to clipboard

One or more application_rule blocks as defined below.

Functions

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