Compute V1 Client - Class SessionAffinity (2.1.1)

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

Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. For more details, see: Session Affinity . sessionAffinity cannot be specified with haPolicy.

Protobuf type google.cloud.compute.v1.BackendService.SessionAffinity

Namespace

Google \ Cloud \ Compute \ V1 \ BackendService

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

UNDEFINED_SESSION_AFFINITY

  Value: 0 
 

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_SESSION_AFFINITY = 0;

CLIENT_IP

  Value: 345665051 
 

2-tuple hash on packet's source and destination IP addresses. Connections from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy.

Generated from protobuf enum CLIENT_IP = 345665051;

CLIENT_IP_NO_DESTINATION

  Value: 106122516 
 

1-tuple hash only on packet's source IP address. Connections from the same source IP address will be served by the same backend VM while that VM remains healthy. This option can only be used for Internal TCP/UDP Load Balancing.

Generated from protobuf enum CLIENT_IP_NO_DESTINATION = 106122516;

CLIENT_IP_PORT_PROTO

  Value: 221722926 
 

5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destination ports. Connections for the same IP protocol from the same source IP address and port to the same destination IP address and port will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.

Generated from protobuf enum CLIENT_IP_PORT_PROTO = 221722926;

CLIENT_IP_PROTO

  Value: 25322148 
 

3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for the same IP protocol from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.

Generated from protobuf enum CLIENT_IP_PROTO = 25322148;

  Value: 370321204 
 

Hash based on a cookie generated by the L7 loadbalancer. Only valid for HTTP(S) load balancing.

Generated from protobuf enum GENERATED_COOKIE = 370321204;

HEADER_FIELD

  Value: 200737960 
 

The hash is based on a user specified header field.

Generated from protobuf enum HEADER_FIELD = 200737960;

  Value: 494981627 
 

The hash is based on a user provided cookie.

Generated from protobuf enum HTTP_COOKIE = 494981627;

NONE

  Value: 2402104 
 

No session affinity. Connections from the same client IP may go to any instance in the pool.

Generated from protobuf enum NONE = 2402104;

  Value: 438628091 
 

Strong cookie-based affinity. Connections bearing the same cookie will be served by the same backend VM while that VM remains healthy, as long as the cookie has not expired.

Generated from protobuf enum STRONG_COOKIE_AFFINITY = 438628091;

Create a Mobile Website
View Site in Mobile | Classic
Share by: