destinations

@JvmName(name = "jhnlqyaibugfqsvl")
suspend fun destinations(value: Output<List<GrpcRouteDestinationArgs>>)
@JvmName(name = "qrxclgucknhriyta")
suspend fun destinations(value: List<GrpcRouteDestinationArgs>?)

Parameters

value

Optional. The destination services to which traffic should be forwarded. If multiple destinations are specified, traffic will be split between Backend Service(s) according to the weight field of these destinations.


@JvmName(name = "nvhudsccoaagjpyw")
suspend fun destinations(vararg values: Output<GrpcRouteDestinationArgs>)


@JvmName(name = "bvnoxqpmnlrxynbk")
suspend fun destinations(values: List<Output<GrpcRouteDestinationArgs>>)
@JvmName(name = "jevfmhcvfyilnren")
suspend fun destinations(vararg values: GrpcRouteDestinationArgs)

Parameters

values

Optional. The destination services to which traffic should be forwarded. If multiple destinations are specified, traffic will be split between Backend Service(s) according to the weight field of these destinations.


@JvmName(name = "jmggmjpedxmhhsst")
suspend fun destinations(argument: List<suspend GrpcRouteDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "spxgffsluywtvehe")
suspend fun destinations(vararg argument: suspend GrpcRouteDestinationArgsBuilder.() -> Unit)
@JvmName(name = "rxmogtiuctwixcoc")
suspend fun destinations(argument: suspend GrpcRouteDestinationArgsBuilder.() -> Unit)

Parameters

argument

Optional. The destination services to which traffic should be forwarded. If multiple destinations are specified, traffic will be split between Backend Service(s) according to the weight field of these destinations.