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\u003eThis webpage details the \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, offering a way to shadow requests to a separate backend service.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e is 3.6.0, with versions ranging back to 1.0.0, each with its corresponding documentation link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e class implements several 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 primary functionality of \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e is controlled via the \u003ccode\u003eBackendService\u003c/code\u003e property, which sets the URL of the mirrored service, and \u003ccode\u003eHasBackendService\u003c/code\u003e, a boolean property to see if the \u003ccode\u003ebackend_service\u003c/code\u003e field is set.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e, one default and one that accepts another \u003ccode\u003eRequestMirrorPolicy\u003c/code\u003e object for creating a copy.\u003c/p\u003e\n"]]],[],null,[]]