View Source GoogleApi.Compute.V1.Model.HttpFaultDelay (google_api_compute v0.62.0)
Specifies the delay introduced by the load balancer 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 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.HttpFaultDelay{ fixedDelay: GoogleApi.Compute.V1.Model.Duration.t() | nil, percentage: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.