Compute V1 Client - Class Spillover (2.5.0)

Reference documentation and code samples for the Compute V1 Client class Spillover.

This field indicates whether zonal affinity is enabled or not. The possible values are:

  • ZONAL_AFFINITY_DISABLED: Default Value. Zonal Affinity is disabled. The load balancer distributes new connections to all healthy backend endpoints across all zones.
  • ZONAL_AFFINITY_STAY_WITHIN_ZONE: Zonal Affinity is enabled. The load balancer distributes new connections to all healthy backend endpoints in the local zone only. If there are no healthy backend endpoints in the local zone, the load balancer distributes new connections to all backend endpoints in the local zone.
    • ZONAL_AFFINITY_SPILL_CROSS_ZONE: Zonal Affinity is enabled. The load balancer distributes new connections to all healthy backend endpoints in the local zone only. If there aren't enough healthy backend endpoints in the local zone, the load balancer distributes new connections to all healthy backend endpoints across all zones.

Protobuf type google.cloud.compute.v1.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.Spillover

Namespace

Google \ Cloud \ Compute \ V1 \ BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_SPILLOVER

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_SPILLOVER = 0;

ZONAL_AFFINITY_DISABLED

Value: 230207960

Generated from protobuf enum ZONAL_AFFINITY_DISABLED = 230207960;

ZONAL_AFFINITY_SPILL_CROSS_ZONE

Value: 251048410

Generated from protobuf enum ZONAL_AFFINITY_SPILL_CROSS_ZONE = 251048410;

ZONAL_AFFINITY_STAY_WITHIN_ZONE

Value: 12177782

Generated from protobuf enum ZONAL_AFFINITY_STAY_WITHIN_ZONE = 12177782;