public sealed class RequestMirrorPolicy : IMessage<RequestMirrorPolicy>, IEquatable<RequestMirrorPolicy>, IDeepCloneable<RequestMirrorPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RequestMirrorPolicy.
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.
The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides reference documentation for the `RequestMirrorPolicy` class within the Google Compute Engine v1 API for .NET, specifically version 2.10.0."],["The `RequestMirrorPolicy` class defines how requests can be mirrored to a separate backend service, with the load balancer not waiting for responses from this mirrored service."],["The latest version documented is 3.6.0, and the page lists several versions including all major, and some minor, versions down to 1.0.0, which can be navigated to for corresponding documentation."],["The `RequestMirrorPolicy` class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `BackendService` property, which is a string representing the URL of the backend service being mirrored, along with a boolean property `HasBackendService` to check if the field is set."]]],[]]