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-02 UTC."],[[["The latest version available for `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` is 3.6.0, with access to older versions dating back to 1.0.0."],["The `TrackingMode` enum defines how connection tracking is handled, with options for `PER_CONNECTION` (default, based on connection key) and `PER_SESSION` (based on configured session affinity)."],["The documentation covers the `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` enum within the `Google.Cloud.Compute.V1` namespace and `Google.Cloud.Compute.V1.dll` assembly."],["There are four different fields defined for the enum: `InvalidTrackingMode`, `PerConnection`, `PerSession`, and `UndefinedTrackingMode`."],["The Tracking Mode is used for Network Load Balancing and Internal TCP/UDP Load Balancing, as provided by links within the document."]]],[]]