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. 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.
[[["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 mirrored backend service."],["The `RequestMirrorPolicy` class is part of the `Google.Cloud.Compute.V1.dll` assembly and is available across numerous versions, from 1.0.0 to 3.6.0, with 3.6.0 being the latest version available."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and another that copies an existing `RequestMirrorPolicy` object."],["The `RequestMirrorPolicy` class has a `BackendService` property, which is a string representing the URL to the mirrored `BackendService` and a boolean `HasBackendService` property."]]],[]]