matches

@JvmName(name = "otptktssxxnxbsvq")
suspend fun matches(value: Output<List<TcpRouteRuleMatchArgs>>)
@JvmName(name = "solhsamfphawchhq")
suspend fun matches(value: List<TcpRouteRuleMatchArgs>?)

Parameters

value

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic. Structure is documented below.


@JvmName(name = "vxrprxfgttiyypst")
suspend fun matches(vararg values: Output<TcpRouteRuleMatchArgs>)


@JvmName(name = "knylpnnparegiuhs")
suspend fun matches(values: List<Output<TcpRouteRuleMatchArgs>>)
@JvmName(name = "sunpdpcbojvkulvs")
suspend fun matches(vararg values: TcpRouteRuleMatchArgs)

Parameters

values

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic. Structure is documented below.


@JvmName(name = "angruewijwyifgsj")
suspend fun matches(argument: List<suspend TcpRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "dmytqfnjaldhwjsl")
suspend fun matches(vararg argument: suspend TcpRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "ymjjciicloslnmqm")
suspend fun matches(argument: suspend TcpRouteRuleMatchArgsBuilder.() -> Unit)

Parameters

argument

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic. Structure is documented below.