google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.HttpFaultDelay 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

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.HttpFaultDelay{
  fixedDelay: GoogleApi.Compute.V1.Model.Duration.t(),
  percentage: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.