public sealed class RequestMirrorPolicy : IMessage<RequestMirrorPolicy>, IEquatable<RequestMirrorPolicy>, IDeepCloneable<RequestMirrorPolicy>, IBufferMessage, IMessage
A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow.
[[["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-03-21 UTC."],[[["This webpage details the `RequestMirrorPolicy` class within the `Google.Cloud.Compute.V1` namespace, offering a way to shadow requests to a separate backend service."],["The latest version of the `RequestMirrorPolicy` is 3.6.0, and this page provides documentation for versions ranging from 1.0.0 to 3.6.0."],["The `RequestMirrorPolicy` class allows configuration of mirrored backends and includes a `BackendService` property to specify the target service URL."],["It inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities, such as the ability to make deep clones of the object and check if an object equals another."],["The `RequestMirrorPolicy` class provides constructors to instantiate an empty object or duplicate another instance of a `RequestMirrorPolicy` object."]]],[]]