| Value |
Description |
|
Failover
|
Establish connections to servers in the order they are provided. If the
first server is unavailable, then it will attempt to connect to the second, then to the third.
|
|
RoundRobin
|
Use a round-robin algorithm to select the server to which the connection
should be established. Any number of servers may be included in this server set, and each
request will attempt to retrieve a connection to the next server in the list.
|
|
RoundRobinDNSServer
|
|
|
SingleServer
|
Connect to a single server
|