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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eHttpFaultInjection\u003c/code\u003e is 3.6.0, with previous versions listed from 3.5.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpFaultInjection\u003c/code\u003e is a class used to introduce faults into traffic, testing the resiliency of clients to backend service failures.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eHttpFaultInjection\u003c/code\u003e, is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace in the Google.Cloud.Compute.V1.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eFault injection can involve introducing delays to a percentage of requests or aborting a percentage of requests via the load balancer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHttpFaultInjection\u003c/code\u003e class includes properties for \u003ccode\u003eAbort\u003c/code\u003e, specifying how client requests are aborted, and \u003ccode\u003eDelay\u003c/code\u003e, specifying how they are delayed.\u003c/p\u003e\n"]]],[],null,[]]