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-04-09 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 `RequestMirrorPolicy` is 3.6.0, with versions ranging back to 1.0.0, each with its corresponding documentation link."],["The `RequestMirrorPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary functionality of `RequestMirrorPolicy` is controlled via the `BackendService` property, which sets the URL of the mirrored service, and `HasBackendService`, a boolean property to see if the `backend_service` field is set."],["There are two constructors available for `RequestMirrorPolicy`, one default and one that accepts another `RequestMirrorPolicy` object for creating a copy."]]],[]]