BackendServiceConnectionTrackingPolicy class
Connection Tracking configuration for this BackendService.
Constructors
- BackendServiceConnectionTrackingPolicy({String? connectionPersistenceOnUnhealthyBackends, bool? enableStrongAffinity, int? idleTimeoutSec, String? trackingMode})
- BackendServiceConnectionTrackingPolicy.fromJson(Map json_)
Properties
- connectionPersistenceOnUnhealthyBackends ↔ String?
-
Specifies connection persistence when backends are unhealthy.
getter/setter pair
- enableStrongAffinity ↔ bool?
-
Enable Strong Session Affinity for external passthrough Network Load
Balancers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idleTimeoutSec ↔ int?
-
Specifies how long to keep a Connection Tracking entry while there is no
matching traffic (in seconds).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackingMode ↔ String?
-
Specifies the key used for connection tracking.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited