Compute Engine v1 API - Enum BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.Types.Spillover (3.23.0)

public enum BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.Types.Spillover

Reference documentation and code samples for the Compute Engine v1 API enum BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
UndefinedSpillover

A value indicating that the enum field is not set.

ZonalAffinityDisabled
ZonalAffinitySpillCrossZone
ZonalAffinityStayWithinZone