Enum BackendServiceConnectionTrackingPolicy.TrackingMode (1.24.0)

public enum BackendServiceConnectionTrackingPolicy.TrackingMode extends Enum<BackendServiceConnectionTrackingPolicy.TrackingMode> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.BackendServiceConnectionTrackingPolicy.TrackingMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INVALID_TRACKING_MODE

INVALID_TRACKING_MODE = 49234371;

INVALID_TRACKING_MODE_VALUE

INVALID_TRACKING_MODE = 49234371;

PER_CONNECTION

PER_CONNECTION = 85162848;

PER_CONNECTION_VALUE

PER_CONNECTION = 85162848;

PER_SESSION

PER_SESSION = 182099252;

PER_SESSION_VALUE

PER_SESSION = 182099252;

UNDEFINED_TRACKING_MODE

A value indicating that the enum field is not set.

UNDEFINED_TRACKING_MODE = 0;

UNDEFINED_TRACKING_MODE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TRACKING_MODE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()