Compute Engine v1 API - Enum BackendServiceConnectionTrackingPolicy.Types.TrackingMode (2.15.0)

public enum BackendServiceConnectionTrackingPolicy.Types.TrackingMode

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
InvalidTrackingMode
PerConnection
PerSession
UndefinedTrackingMode

A value indicating that the enum field is not set.