Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific protocol. - PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It matches the configured Session Affinity. For more details, see Tracking Mode for Network Load Balancing and Tracking Mode for Internal TCP/UDP Load Balancing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TrackingMode` enum within the `Google.Cloud.Compute.V1` namespace, specifically focusing on the `BackendServiceConnectionTrackingPolicy`."],["The latest version documented is 3.6.0, and the page provides links to the documentation for each version, down to version 1.0.0."],["The `TrackingMode` enum defines how connection tracking is performed, with options including `PER_CONNECTION` (default) and `PER_SESSION`, with the option of `UndefinedTrackingMode`."],["The `TrackingMode` determines how connections are tracked, either per individual connection based on the Connection Key or per session based on the configured Session Affinity."],["There is a mention of two pages that offer more information about Tracking Mode: [Tracking Mode for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode) and [Tracking Mode for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode)."]]],[]]