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-03-21 UTC."],[[["This webpage provides reference documentation for the `HttpFaultInjection` class within the Google.Cloud.Compute.V1 API, specifically version 2.13.0 and its relationship with other versions."],["`HttpFaultInjection` is a class used to specify fault injection in traffic to test client resiliency, including introducing delays and aborting requests, and it implements several interfaces."],["The content includes a list of prior versions, from 1.0.0 to the latest version 3.6.0, of the `HttpFaultInjection` documentation, with the option to navigate to other versions."],["The `HttpFaultInjection` class has two properties, `Abort` which is of type `HttpFaultAbort`, and `Delay` which is of type `HttpFaultDelay`."],["This documentation covers the constructors, properties, inherited members and interfaces for the `HttpFaultInjection` class."]]],[]]