Compute Engine v1 API - Enum Backend.Types.BalancingMode (2.15.0)

public enum Backend.Types.BalancingMode

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Connection

Balance based on the number of simultaneous connections.

Rate

Balance based on requests per second (RPS).

UndefinedBalancingMode

A value indicating that the enum field is not set.

Utilization

Balance based on the backend utilization.