matches

@JvmName(name = "wkfmnqgndoafnwvl")
suspend fun matches(value: Output<List<TcpRouteRouteMatchArgs>>)
@JvmName(name = "bmyqdsfnhtnbmali")
suspend fun matches(value: List<TcpRouteRouteMatchArgs>?)

Parameters

value

Optional. 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.


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


@JvmName(name = "upvtjogwsmpjegga")
suspend fun matches(values: List<Output<TcpRouteRouteMatchArgs>>)
@JvmName(name = "fxixbkmasgajwgde")
suspend fun matches(vararg values: TcpRouteRouteMatchArgs)

Parameters

values

Optional. 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.


@JvmName(name = "tbqtbtkimoacyaqd")
suspend fun matches(argument: List<suspend TcpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "gkoertvpdmelpmwq")
suspend fun matches(vararg argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "cvhvuvyihkwxhlgd")
suspend fun matches(argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)

Parameters

argument

Optional. 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.