Class HttpFaultDelay
Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class HttpFaultDelay : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedDelay
Specifies the value of the fixed delay interval.
Declaration
[JsonProperty("fixedDelay")]
public virtual Duration FixedDelay { get; set; }
Property Value
Type | Description |
---|---|
Duration |
Percentage
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
Declaration
[JsonProperty("percentage")]
public virtual double? Percentage { get; set; }
Property Value
Type | Description |
---|---|
double? |