rules

@JvmName(name = "yawxtaphgrlfojlv")
suspend fun rules(value: Output<List<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "msuqarhlhnelnwij")
suspend fun rules(value: List<GrpcRouteRouteRuleArgs>?)

Parameters

value

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.


@JvmName(name = "tpejujfqcqtktvwr")
suspend fun rules(vararg values: Output<GrpcRouteRouteRuleArgs>)


@JvmName(name = "wbnbbascgbgyxyof")
suspend fun rules(values: List<Output<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "gmrjedbhlmqysmpx")
suspend fun rules(vararg values: GrpcRouteRouteRuleArgs)

Parameters

values

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.


@JvmName(name = "lpnojcbugoqoajyh")
suspend fun rules(argument: List<suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "lkbnrkfhbbgqvviy")
suspend fun rules(vararg argument: suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "inrqvhihcsafboft")
suspend fun rules(argument: suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.