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 document outlines the `IncludeReplicas` class within the Google Cloud Spanner C++ library, providing versioned documentation from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `IncludeReplicas` class manages an ordered list of `ReplicaSelection` objects to determine which replicas should handle requests."],["The constructor for `IncludeReplicas` takes an initializer list of `ReplicaSelection` and a boolean, `auto_failover_disabled`, as parameters."],["The `auto_failover_disabled` setting, if enabled, restricts requests to only the specified replicas, even if other healthy replicas exist outside of the provided list."],["The class also has two functions `replica_selections() const` that returns a vector of `ReplicaSelection` objects, and `auto_failover_disabled() const` that returns the `bool` value of the parameter."]]],[]]