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."],[[["The `RequestMirrorPolicy` class manages how requests to backends are mirrored to a separate service, and it is part of the `Google.Cloud.Compute.V1` namespace in the Google Cloud .NET library."],["This policy ensures that the load balancer does not wait for responses from the mirrored service, and before traffic redirection, the host or authority header is modified with a -shadow suffix."],["The latest version available for the `RequestMirrorPolicy` is 3.6.0, with versions ranging from 1.0.0 up to the current latest one, and is compatible with .NET applications."],["The `RequestMirrorPolicy` class is derived from the base `Object` class and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties like `BackendService`, which specifies the target URL, and `HasBackendService`, which checks whether the backend service field is populated, and includes constructors for creating new objects."]]],[]]