rules

@JvmName(name = "ggtbfqvibxphdbgd")
suspend fun rules(value: Output<List<FirewallPolicyRuleArgs>>)
@JvmName(name = "mbgdxsjagvnrxyqj")
suspend fun rules(value: List<FirewallPolicyRuleArgs>?)

Parameters

value

A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added.


@JvmName(name = "marvvlorouifcuip")
suspend fun rules(vararg values: Output<FirewallPolicyRuleArgs>)


@JvmName(name = "yuksomevvpavnqul")
suspend fun rules(values: List<Output<FirewallPolicyRuleArgs>>)
@JvmName(name = "dgvxxsfqoptlroho")
suspend fun rules(vararg values: FirewallPolicyRuleArgs)

Parameters

values

A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added.


@JvmName(name = "mssgkephlkoxlmfu")
suspend fun rules(argument: List<suspend FirewallPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vbognyogejihtlbk")
suspend fun rules(vararg argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "kvaypheeneeemhcm")
suspend fun rules(argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added.