FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs

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

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>

The action to take for the network 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 network rule collection.

Link copied to clipboard
val priority: Output<Int>

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

Link copied to clipboard

One or more network_rule blocks as defined below.

Functions

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