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 latest version available for the `HttpFaultAbort` class is 3.6.0, which can be found in the Google.Cloud.Compute.V1 namespace."],["The `HttpFaultAbort` class is part of the Compute Engine v1 API and is used to define how requests are aborted during fault injection, with the current version being 2.14.0, which also includes all the other implemented interfaces and inheritance properties."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing methods for object comparison, deep cloning, and message handling."],["`HttpFaultAbort` has properties `HttpStatus` and `Percentage`, where `HttpStatus` defines the HTTP status code for aborting requests (200-599) and `Percentage` specifies the proportion of requests to be aborted (0.0-100.0)."],["The provided documentation details the properties, constructors, inherited members, and namespace/assembly information for `HttpFaultAbort`, along with a comprehensive list of available versions ranging from 1.0.0 to 3.6.0."]]],[]]