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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `HttpFaultAbort` class in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly, provides a specification for aborting requests as part of fault injection in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cHttpFaultAbort\u003e`, `IDeepCloneable\u003cHttpFaultAbort\u003e`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The class has two constructors: a default constructor and a copy constructor that takes another `HttpFaultAbort` instance, allowing for creating new instances and copying existing ones."],["Key properties of the `HttpFaultAbort` class include `HasHttpStatus` and `HasPercentage`, which indicate if the `http_status` and `percentage` fields are set, as well as `HttpStatus` (a uint for the HTTP status code) and `Percentage` (a double for the traffic percentage), which are essential for defining the abortion of requests."],["The documentation provided references multiple different versions, ranging from 1.0.0 to 3.6.0, as well as version 2.11.0, which the current documentation revolves around."]]],[]]