Reference documentation and code samples for the Compute V1 Client class SessionAffinity.
SessionAffinity contains string constants that represent the names of each value in the google.cloud.compute.v1.BackendService.SessionAffinity descriptor.
Namespace
Google \ Cloud \ Compute \ V1 \ Enums \ BackendServiceConstants
UNDEFINED_SESSION_AFFINITY
Value: 'UNDEFINED_SESSION_AFFINITY'
CLIENT_IP
Value: 'CLIENT_IP'
CLIENT_IP_NO_DESTINATION
Value: 'CLIENT_IP_NO_DESTINATION'
CLIENT_IP_PORT_PROTO
Value: 'CLIENT_IP_PORT_PROTO'
CLIENT_IP_PROTO
Value: 'CLIENT_IP_PROTO'
GENERATED_COOKIE
Value: 'GENERATED_COOKIE'
HEADER_FIELD
Value: 'HEADER_FIELD'
HTTP_COOKIE
Value: 'HTTP_COOKIE'
NONE
Value: 'NONE'
STRONG_COOKIE_AFFINITY
Value: 'STRONG_COOKIE_AFFINITY'