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-04-02 UTC."],[[["The latest version available is 3.6.0, but the current page focuses on version 2.1.0 of the `Google.Cloud.Compute.V1` package."],["This documentation outlines different versions of `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` within the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 to 3.6.0."],["`TrackingMode` is an enum that specifies how connection tracking is performed, offering two modes: `PER_CONNECTION` for tracking by connection key and `PER_SESSION` for tracking by session affinity."],["The `Google.Cloud.Compute.V1` namespace has a total of 4 `TrackingMode` fields, including `InvalidTrackingMode`, `PerConnection`, `PerSession`, and `UndefinedTrackingMode`."],["The `Google.Cloud.Compute.V1.dll` assembly contains the code for these connection tracking features."]]],[]]