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 \ BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_SPILLOVER
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_SPILLOVER = 0;
ZONAL_AFFINITY_DISABLED
Value: 230207960Generated from protobuf enum ZONAL_AFFINITY_DISABLED = 230207960;
ZONAL_AFFINITY_SPILL_CROSS_ZONE
Value: 251048410Generated from protobuf enum ZONAL_AFFINITY_SPILL_CROSS_ZONE = 251048410;
ZONAL_AFFINITY_STAY_WITHIN_ZONE
Value: 12177782Generated from protobuf enum ZONAL_AFFINITY_STAY_WITHIN_ZONE = 12177782;