loadBalancingPolicy property

String? loadBalancingPolicy
getter/setter pair

The load balancing policy used for connection to the application backend.

Defined as an arbitrary string to accomondate custom load balancing policies supported by the underlying channel, but suggest most users use one of the standard policies, such as the default, "RoundRobin".

Implementation

core.String? loadBalancingPolicy;