Show / Hide Table of Contents

Class HttpRouteFaultInjectionPolicyDelay

Specification of how client requests are delayed as part of fault injection before being sent to a destination.

Inheritance
object
HttpRouteFaultInjectionPolicyDelay
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.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class HttpRouteFaultInjectionPolicyDelay : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FixedDelay

Specify a fixed delay before forwarding the request.

Declaration
[JsonProperty("fixedDelay")]
public virtual object FixedDelay { get; set; }
Property Value
Type Description
object

Percentage

The percentage of traffic on which delay will be injected. The value must be between [0, 100]

Declaration
[JsonProperty("percentage")]
public virtual int? Percentage { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX