Show / Hide Table of Contents

Class HttpRouteFaultInjectionPolicyAbort

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

Inheritance
object
HttpRouteFaultInjectionPolicyAbort
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.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class HttpRouteFaultInjectionPolicyAbort : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX