Enum ServiceLbPolicy.LoadBalancingAlgorithm (0.23.0)

public enum ServiceLbPolicy.LoadBalancingAlgorithm extends Enum<ServiceLbPolicy.LoadBalancingAlgorithm> implements ProtocolMessageEnum

The global load balancing algorithm to be used.

Protobuf enum google.cloud.networkservices.v1.ServiceLbPolicy.LoadBalancingAlgorithm

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOAD_BALANCING_ALGORITHM_UNSPECIFIED

The type of the loadbalancing algorithm is unspecified.

LOAD_BALANCING_ALGORITHM_UNSPECIFIED = 0;

LOAD_BALANCING_ALGORITHM_UNSPECIFIED_VALUE

The type of the loadbalancing algorithm is unspecified.

LOAD_BALANCING_ALGORITHM_UNSPECIFIED = 0;

SPRAY_TO_REGION

Direct traffic to the nearest region with endpoints and capacity before spilling over to other regions and spread the traffic from each client to all the MIGs/NEGs in a region.

SPRAY_TO_REGION = 4;

SPRAY_TO_REGION_VALUE

Direct traffic to the nearest region with endpoints and capacity before spilling over to other regions and spread the traffic from each client to all the MIGs/NEGs in a region.

SPRAY_TO_REGION = 4;

SPRAY_TO_WORLD

Balance traffic across all backends across the world proportionally based on capacity.

SPRAY_TO_WORLD = 3;

SPRAY_TO_WORLD_VALUE

Balance traffic across all backends across the world proportionally based on capacity.

SPRAY_TO_WORLD = 3;

UNRECOGNIZED
WATERFALL_BY_REGION

Direct traffic to the nearest region with endpoints and capacity before spilling over to other regions. All MIGs/NEGs within a region are evenly loaded but each client might not spread the traffic to all the MIGs/NEGs in the region.

WATERFALL_BY_REGION = 5;

WATERFALL_BY_REGION_VALUE

Direct traffic to the nearest region with endpoints and capacity before spilling over to other regions. All MIGs/NEGs within a region are evenly loaded but each client might not spread the traffic to all the MIGs/NEGs in the region.

WATERFALL_BY_REGION = 5;

WATERFALL_BY_ZONE

Attempt to keep traffic in a single zone closest to the client, before spilling over to other zones.

WATERFALL_BY_ZONE = 6;

WATERFALL_BY_ZONE_VALUE

Attempt to keep traffic in a single zone closest to the client, before spilling over to other zones.

WATERFALL_BY_ZONE = 6;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()