rules

@JvmName(name = "yujjquvkdbbatpwa")
suspend fun rules(value: Output<List<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "wplkwxrlcomrgkna")
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 = "alkpcrivvxmggytx")
suspend fun rules(vararg values: Output<GrpcRouteRouteRuleArgs>)


@JvmName(name = "uplpwjjpfigvaydw")
suspend fun rules(values: List<Output<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "leylrruqohftjrbw")
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 = "fpijheprqwsiylvq")
suspend fun rules(argument: List<suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "eivdhuuxmvsoewtu")
suspend fun rules(vararg argument: suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "argergxohpqgpmnh")
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.