matches

@JvmName(name = "scsxajxnxhieqgul")
suspend fun matches(value: Output<List<TcpRouteRouteMatchArgs>>)
@JvmName(name = "ruekyobgcewkpeun")
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 = "xecucjdgqkkorrda")
suspend fun matches(vararg values: Output<TcpRouteRouteMatchArgs>)


@JvmName(name = "uppoetxwnbvstgal")
suspend fun matches(values: List<Output<TcpRouteRouteMatchArgs>>)
@JvmName(name = "hicohaawspfgdriw")
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 = "fjwtjxysjdeualnu")
suspend fun matches(argument: List<suspend TcpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "tcwsnegyuvhoadxp")
suspend fun matches(vararg argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "ldrrvjmkjtkwohan")
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.