Reference documentation and code samples for the Compute Engine v1 API enum BackendServiceConnectionTrackingPolicy.Types.TrackingMode.
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."],[[["The latest version available for `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` is 3.6.0, with a range of versions from 1.0.0 up to the latest one provided for selection."],["This documentation provides reference and code samples for the Compute Engine v1 API enum `BackendServiceConnectionTrackingPolicy.Types.TrackingMode`."],["There are two available connection tracking modes: `PER_CONNECTION`, which is the default mode, and `PER_SESSION`, which matches the configured Session Affinity."],["The enum `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` is located in the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly."],["There are 4 fields within `BackendServiceConnectionTrackingPolicy.Types.TrackingMode`: `InvalidTrackingMode`, `PerConnection`, `PerSession`, and `UndefinedTrackingMode`."]]],[]]