public sealed class RequestMirrorPolicy : IMessage<RequestMirrorPolicy>, IEquatable<RequestMirrorPolicy>, IDeepCloneable<RequestMirrorPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RequestMirrorPolicy.
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.
The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service.
[[["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 latest version available for `RequestMirrorPolicy` in the Compute Engine v1 API is 3.6.0, with a comprehensive list of versions dating back to 1.0.0."],["`RequestMirrorPolicy` is a class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, that dictates how requests are mirrored to a separate backend service without the load balancer waiting for responses."],["The class `RequestMirrorPolicy` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RequestMirrorPolicy` includes a `BackendService` property, which is a string representing the URL of the mirrored backend service, and a `HasBackendService` property of type boolean that indicates if the `BackendService` is set."],["This class also includes two constructors: a parameterless `RequestMirrorPolicy()` constructor and a `RequestMirrorPolicy(RequestMirrorPolicy other)` constructor that allows for creating a new instance of the class based off of another instance."]]],[]]