Reference documentation and code samples for the Compute Engine v1 API enum Backend.Types.BalancingMode.
Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. For more information, see Supported balancing modes and target capacity settings and Restrictions and guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible combination will be rejected.
[[["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."],[[["The webpage provides versioned documentation for the `Backend.Types.BalancingMode` enum within the Google Cloud Compute Engine v1 API."],["Version 3.6.0 is the latest version, with multiple prior versions available, including those in the 3.x.x, 2.x.x and 1.x.x series."],["`Backend.Types.BalancingMode` is used to determine how a load balancer distributes traffic to backends, with options for balancing based on connections, request rate, or utilization."],["The available fields for the `Backend.Types.BalancingMode` enum are `Connection`, `Rate`, `UndefinedBalancingMode`, and `Utilization`, each corresponding to a different balancing criterion."],["The documentation warns that using incompatible balancing mode configurations might be accepted by the API but will have no effect, and that in the future, these will be rejected."]]],[]]