inboundRules

@JvmName(name = "mnxmwlucksnsrcue")
suspend fun inboundRules(value: Output<List<FirewallInboundRuleArgs>>)
@JvmName(name = "gwpvyalnikqyjgqi")
suspend fun inboundRules(value: List<FirewallInboundRuleArgs>?)

Parameters

value

The inbound access rule block for the Firewall. The inbound_rule block is documented below.


@JvmName(name = "baywiiumiedxgxnl")
suspend fun inboundRules(vararg values: Output<FirewallInboundRuleArgs>)


@JvmName(name = "tpivchwasxqwycbh")
suspend fun inboundRules(values: List<Output<FirewallInboundRuleArgs>>)
@JvmName(name = "qfvbntjydjlpheqo")
suspend fun inboundRules(vararg values: FirewallInboundRuleArgs)

Parameters

values

The inbound access rule block for the Firewall. The inbound_rule block is documented below.


@JvmName(name = "sbirjbxpcgtsnkys")
suspend fun inboundRules(argument: List<suspend FirewallInboundRuleArgsBuilder.() -> Unit>)
@JvmName(name = "jpvefhxhmtkmyafv")
suspend fun inboundRules(vararg argument: suspend FirewallInboundRuleArgsBuilder.() -> Unit)
@JvmName(name = "daetsdtiexklyrnx")
suspend fun inboundRules(argument: suspend FirewallInboundRuleArgsBuilder.() -> Unit)

Parameters

argument

The inbound access rule block for the Firewall. The inbound_rule block is documented below.