destinations property

List<GrpcRouteDestination>? destinations
getter/setter pair

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.

Optional.

Implementation

core.List<GrpcRouteDestination>? destinations;