sessionAffinity property

String? sessionAffinity
final

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. Check the SessionAffinity enum for the list of possible values.

Implementation

final String? sessionAffinity;