public sealed class HttpFaultInjection : IMessage<HttpFaultInjection>, IEquatable<HttpFaultInjection>, IDeepCloneable<HttpFaultInjection>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HttpFaultInjection.
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by the load balancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.
[[["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-09 UTC."],[[["This webpage provides reference documentation for the `HttpFaultInjection` class within the Google Cloud Compute Engine v1 API, specifically for version 2.4.0."],["The `HttpFaultInjection` class allows developers to introduce faults into traffic, such as delays and aborts, to test the resiliency of clients to backend service failures, and is available in a range of previous versions, all the way back to version 1.0.0."],["`HttpFaultInjection` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The class includes two main properties: `Abort`, specifying how client requests are aborted, and `Delay`, detailing how requests are delayed before being sent to the backend service."],["The latest version of the package is 3.6.0, and contains a full history of available versions, each with a link to its own documentation page."]]],[]]