routingStrategy
Sets how the endpoint routes incoming traffic:
LEAST_OUTSTANDING_REQUESTS
: The endpoint routes requests to the specific instances that have more capacity to process them.RANDOM
: The endpoint routes each request to a randomly chosen instance.