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.
Implements
Inherited Members
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? |