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 history of versions dating back to 1.0.0."],["The `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` enum in the Compute Engine v1 API specifies the method for tracking connections, either `PER_CONNECTION` (default) or `PER_SESSION` (based on session affinity)."],["This documentation provides reference information and code samples for the `BackendServiceConnectionTrackingPolicy.Types.TrackingMode` enum within the `Google.Cloud.Compute.V1` namespace."],["The enum has four possible field values, `InvalidTrackingMode`, `PerConnection`, `PerSession`, and `UndefinedTrackingMode` with `UndefinedTrackingMode` indicating an unset enum field."]]],[]]