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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e class manages how requests to backends are mirrored to a separate service, and it is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace in the Google Cloud .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e is 3.6.0, with versions ranging from 1.0.0 up to the current latest one, and is compatible with .NET applications.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e class is derived from the base \u003ccode\u003eObject\u003c/code\u003e class and implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties like \u003ccode\u003eBackendService\u003c/code\u003e, which specifies the target URL, and \u003ccode\u003eHasBackendService\u003c/code\u003e, which checks whether the backend service field is populated, and includes constructors for creating new objects.\u003c/p\u003e\n"]]],[],null,[]]