Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::Backend::BalancingMode (v3.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::Backend::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.
Constants
UNDEFINED_BALANCING_MODE
value: 0 A value indicating that the enum field is not set.
CONNECTION
value: 246_311_646 Balance based on the number of simultaneous connections.
CUSTOM_METRICS
value: 331_575_765 Based on custom defined and reported metrics.
RATE
value: 2_508_000 Balance based on requests per second (RPS).
UTILIZATION
value: 157_008_386 Balance based on the backend utilization.
[[["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 2026-04-03 UTC."],[],[]]