destinations property

List<TcpRouteRouteDestination>? destinations
getter/setter pair

The destination services to which traffic should be forwarded.

At least one destination service is required. Only one of route destination or original destination can be set.

Optional.

Implementation

core.List<TcpRouteRouteDestination>? destinations;