Compute V1 Client - Class TrackingMode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.BackendServiceConnectionTrackingPolicy.TrackingMode

Namespace

Google \ Cloud \ Compute \ V1 \ BackendServiceConnectionTrackingPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TRACKING_MODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TRACKING_MODE = 0;

INVALID_TRACKING_MODE

Value: 49234371

Generated from protobuf enum INVALID_TRACKING_MODE = 49234371;

PER_CONNECTION

Value: 85162848

Generated from protobuf enum PER_CONNECTION = 85162848;

PER_SESSION

Value: 182099252

Generated from protobuf enum PER_SESSION = 182099252;