When auto_failover_disabled is set, requests will NOT be routed to a healthy replica outside the list when all replicas in the list are unavailable/unhealthy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `IncludeReplicas` class is 2.37.0-rc, with several previous versions also available, ranging from 2.36.0 down to 2.11.0."],["`IncludeReplicas` provides a way to specify an ordered list of `ReplicaSelection`s that should be prioritized when serving requests."],["The `auto_failover_disabled` setting within `IncludeReplicas` determines whether requests can be routed to healthy replicas outside the defined list if all listed replicas are unavailable."],["The class has a constructor that accepts an initializer list of `ReplicaSelection` and a boolean for `auto_failover_disabled`, allowing for the setup of the list and functionality upon creation."],["The functions `replica_selections()` and `auto_failover_disabled()` can be used to see what replica selections have been made, and if failover is disabled respectively."]]],[]]