Class GrpcRouteFaultInjectionPolicyAbort
Specification of how client requests are aborted 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 GrpcRouteFaultInjectionPolicyAbort : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpStatus
The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.
Declaration
[JsonProperty("httpStatus")]
public virtual int? HttpStatus { get; set; }
Property Value
Type | Description |
---|---|
int? |
Percentage
The percentage of traffic which will be aborted. The value must be between [0, 100]
Declaration
[JsonProperty("percentage")]
public virtual int? Percentage { get; set; }
Property Value
Type | Description |
---|---|
int? |