layer4Configs

@JvmName(name = "qpxahvrnejmwrlnd")
suspend fun layer4Configs(value: Output<List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>)
@JvmName(name = "hndqflirruimkird")
suspend fun layer4Configs(value: List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>)

Parameters

value

Pairs of IP protocols and ports that the rule should match. Structure is documented below.


@JvmName(name = "ulptelimfaofnvrt")
suspend fun layer4Configs(vararg values: Output<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>)


@JvmName(name = "psqieynybpcglnmd")
suspend fun layer4Configs(values: List<Output<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>)
@JvmName(name = "fugxpdhrqjxmythu")
suspend fun layer4Configs(vararg values: NetworkFirewallPolicyRuleMatchLayer4ConfigArgs)

Parameters

values

Pairs of IP protocols and ports that the rule should match. Structure is documented below.


@JvmName(name = "nkormhvjvdnmcttk")
suspend fun layer4Configs(argument: List<suspend NetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit>)
@JvmName(name = "aklmumurohpcxwpp")
suspend fun layer4Configs(vararg argument: suspend NetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit)
@JvmName(name = "kcvxfvckcgbicrpe")
suspend fun layer4Configs(argument: suspend NetworkFirewallPolicyRuleMatchLayer4ConfigArgsBuilder.() -> Unit)

Parameters

argument

Pairs of IP protocols and ports that the rule should match. Structure is documented below.