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-04-09 UTC."],[[["This webpage provides documentation for the `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` enum within the Google Cloud Compute Engine v1 API."],["The latest version documented is 3.6.0, with numerous previous versions also listed, ranging down to version 1.0.0."],["The enum defines connection tracking modes, including `PerConnection` (the default), and `PerSession`, which aligns with session affinity."],["There is also an `InvalidTrackingMode` and `UndefinedTrackingMode`, the latter of which signifies the enum field not being set."],["The documented namespace for the enum is `Google.Cloud.Compute.V1`, and the assembly is `Google.Cloud.Compute.V1.dll`."]]],[]]