The percentage of traffic for connections, operations, or requests for which a delay is introduced 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."],[[["This webpage details the `HttpFaultDelay` class, which is used to specify the delay introduced by a load balancer before forwarding requests as part of fault injection in Google Cloud Compute."],["The `HttpFaultDelay` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor `HttpFaultDelay()` and one that accepts another `HttpFaultDelay` object as a parameter for copying, `HttpFaultDelay(HttpFaultDelay other)`."],["`HttpFaultDelay` has two primary properties: `FixedDelay` which defines the duration of the fixed delay interval and `Percentage`, which dictates the percentage of traffic affected by the delay (ranging from 0.0 to 100.0)."],["The content of this page covers multiple versions of `HttpFaultDelay` from 1.0.0 up to the latest version of 3.6.0, with direct links to each one."]]],[]]