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 mirror requests to a separate backend service without waiting for responses."],["The content includes a list of available versions for the `RequestMirrorPolicy` class, ranging from version 1.0.0 to the latest version 3.6.0, each linking to the relevant documentation."],["`RequestMirrorPolicy` is designed to shadow requests intended for backends to a different mirrored backend service, which alters the host/authority header with a \"-shadow\" suffix before sending traffic."],["The `RequestMirrorPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties such as `BackendService` and `HasBackendService` available."],["It has two constructors, one without any arguments and one that takes in another `RequestMirrorPolicy` as an argument."]]],[]]