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-09 UTC."],[[["This webpage details the `HttpFaultDelay` class within the `Google.Cloud.Compute.V1` namespace, a component used in fault injection to simulate delays in traffic."],["The `HttpFaultDelay` class, which can be found in the `Google.Cloud.Compute.V1.dll` assembly, inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `HttpFaultDelay()` and an overloaded constructor that takes another `HttpFaultDelay` object as an argument, `HttpFaultDelay(HttpFaultDelay other)`."],["Key properties include `FixedDelay` which specifies the delay interval, `HasPercentage` which checks if the \"percentage\" field is set, and `Percentage`, that specifies the percentage of traffic to be delayed, with a valid range of 0.0 to 100.0 inclusive."],["The page provides links to documentation for `HttpFaultDelay` across multiple versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."]]],[]]