Class HttpRouteFaultInjectionPolicyDelay
Specification of how client requests are delayed as part of fault injection before being sent to a destination.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.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? |