layer4Configs

@JvmName(name = "xoynubrwsvrxndtd")
suspend fun layer4Configs(value: Output<List<SecurityPolicyRuleMatcherConfigLayer4ConfigArgs>>)
@JvmName(name = "vxkiencpwqfnxbsl")
suspend fun layer4Configs(value: List<SecurityPolicyRuleMatcherConfigLayer4ConfigArgs>?)

Parameters

value

Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL.


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


@JvmName(name = "blqhpberslhplnoe")
suspend fun layer4Configs(values: List<Output<SecurityPolicyRuleMatcherConfigLayer4ConfigArgs>>)
@JvmName(name = "bhlvvbxqqnsmhtnu")
suspend fun layer4Configs(vararg values: SecurityPolicyRuleMatcherConfigLayer4ConfigArgs)

Parameters

values

Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL.


@JvmName(name = "ujggiqilnskdrfeu")
suspend fun layer4Configs(argument: List<suspend SecurityPolicyRuleMatcherConfigLayer4ConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xnprjrmplbhxnjrf")
suspend fun layer4Configs(vararg argument: suspend SecurityPolicyRuleMatcherConfigLayer4ConfigArgsBuilder.() -> Unit)
@JvmName(name = "brexdckjrtpodgfk")
suspend fun layer4Configs(argument: suspend SecurityPolicyRuleMatcherConfigLayer4ConfigArgsBuilder.() -> Unit)

Parameters

argument

Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL.