Class HttpFaultAbort
Specification for how requests are aborted as part of fault injection.
Inheritance
System.Object
HttpFaultAbort
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class HttpFaultAbort : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 long? HttpStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Percentage
The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection. The value must be between 0.0 and 100.0 inclusive.
Declaration
[JsonProperty("percentage")]
public virtual double? Percentage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Implements
Google.Apis.Requests.IDirectResponseSchema