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-03-21 UTC."],[[["This webpage provides documentation for the `IncludeReplicas` class in the Google Cloud Spanner C++ client library, showcasing versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `IncludeReplicas` class manages an ordered list of `ReplicaSelection` instances, which are used to determine where requests are served."],["The `auto_failover_disabled` parameter controls whether requests can be routed to replicas outside the provided list if the listed replicas are unavailable or unhealthy."],["The class offers methods to retrieve the list of `replica_selections` and to check the value of `auto_failover_disabled`."],["`IncludeReplicas` class constructor takes a std::initializer_list\u003c ReplicaSelection \u003e and a boolean as parameters."]]],[]]