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-24 UTC."],[[["This page details the `BalancingMode` enum within the `Google.Cloud.Compute.V1` namespace, part of the `Google.Cloud.Compute.V1.dll` assembly, outlining the various balancing methods for load balancer backends."],["The `BalancingMode` enum offers four options: `Connection` (balancing based on simultaneous connections), `Rate` (balancing based on requests per second), `Utilization` (balancing based on backend utilization), and `UndefinedBalancingMode` (indicating an unset enum field)."],["The documentation provides links to various versions of the `BalancingMode` documentation, spanning from version 1.0.0 up to the latest version, 3.6.0, with each version providing specific details for that release."],["The balancing modes are intended to determine how a load balancer's backend handles traffic, and it is important to utilize compatible modes as there are restrictions and guidance for instance groups."]]],[]]