network Rule Collections
suspend fun networkRuleCollections(value: Output<List<FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs>>)
suspend fun networkRuleCollections(value: List<FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs>?)
Parameters
value
One or more network_rule_collection
blocks as defined below.
suspend fun networkRuleCollections(vararg values: Output<FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs>)
suspend fun networkRuleCollections(values: List<Output<FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs>>)
suspend fun networkRuleCollections(vararg values: FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgs)
Parameters
values
One or more network_rule_collection
blocks as defined below.
suspend fun networkRuleCollections(argument: List<suspend FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgsBuilder.() -> Unit>)
suspend fun networkRuleCollections(vararg argument: suspend FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgsBuilder.() -> Unit)
suspend fun networkRuleCollections(argument: suspend FirewallPolicyRuleCollectionGroupNetworkRuleCollectionArgsBuilder.() -> Unit)
Parameters
argument
One or more network_rule_collection
blocks as defined below.