RequestMirrorPolicy class
A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service.
The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow.
Constructors
- RequestMirrorPolicy.new({String? backendService, double? mirrorPercent})
- RequestMirrorPolicy.fromJson(Map json_)
Properties
- backendService ↔ String?
-
The full or partial URL to the BackendService resource being mirrored to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mirrorPercent ↔ double?
-
The percentage of requests to be mirrored to
backend_service
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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