public sealed class HttpFaultInjection : IMessage<HttpFaultInjection>, IEquatable<HttpFaultInjection>, IDeepCloneable<HttpFaultInjection>, IBufferMessage, IMessage
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 details the `HttpFaultInjection` class, which is used to introduce faults into traffic for testing the resilience of clients to backend service failures."],["The class is part of the `Google.Cloud.Compute.V1` namespace and is available in various versions, ranging from 1.0.0 to the latest version 3.6.0."],["`HttpFaultInjection` allows for the simulation of delays and aborts on a percentage of client requests before they reach the backend service."],["It inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main functionalities are accessed via `Abort` and `Delay` properties, defined respectively by `HttpFaultAbort` and `HttpFaultDelay` classes."]]],[]]