GoogleApi.Compute.V1.Model.HttpFaultDelay (google_api_compute v0.29.0) View Source
Specifies the delay introduced by Loadbalancer before forwarding the request to the backend service as part of fault injection.
Attributes
-
fixedDelay(type:GoogleApi.Compute.V1.Model.Duration.t, default:nil) - Specifies the value of the fixed delay interval. -
percentage(type:float(), default:nil) - The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection. The value must be between 0.0 and 100.0 inclusive.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.HttpFaultDelay{
fixedDelay: GoogleApi.Compute.V1.Model.Duration.t(),
percentage: float()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.