public sealed class HttpFaultAbort : IMessage<HttpFaultAbort>, IEquatable<HttpFaultAbort>, IDeepCloneable<HttpFaultAbort>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HttpFaultAbort.
Specification for how requests are aborted as part of fault injection.
Implements
IMessage<HttpFaultAbort>, IEquatable<HttpFaultAbort>, IDeepCloneable<HttpFaultAbort>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HttpFaultAbort()
public HttpFaultAbort()
HttpFaultAbort(HttpFaultAbort)
public HttpFaultAbort(HttpFaultAbort other)
Parameter | |
---|---|
Name | Description |
other | HttpFaultAbort |
Properties
HasHttpStatus
public bool HasHttpStatus { get; }
Gets whether the "http_status" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPercentage
public bool HasPercentage { get; }
Gets whether the "percentage" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HttpStatus
public uint HttpStatus { get; set; }
The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
Property Value | |
---|---|
Type | Description |
UInt32 |
Percentage
public double Percentage { get; set; }
The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
Property Value | |
---|---|
Type | Description |
Double |