Show / Hide Table of Contents

Class HttpRouteRequestMirrorPolicy

Specifies the policy on how requests are shadowed to a separate mirrored destination service. The proxy does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.

Inheritance
object
HttpRouteRequestMirrorPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class HttpRouteRequestMirrorPolicy : IDirectResponseSchema

Properties

Destination

The destination the requests will be mirrored to. The weight of the destination will be ignored.

Declaration
[JsonProperty("destination")]
public virtual HttpRouteDestination Destination { get; set; }
Property Value
Type Description
HttpRouteDestination

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MirrorPercent

Optional. The percentage of requests to get mirrored to the desired destination.

Declaration
[JsonProperty("mirrorPercent")]
public virtual float? MirrorPercent { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX