HttpFaultDelayResponse

data class HttpFaultDelayResponse(val fixedDelay: DurationResponse, val percentage: Double)

Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.

Constructors

Link copied to clipboard
fun HttpFaultDelayResponse(fixedDelay: DurationResponse, percentage: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the value of the fixed delay interval.

Link copied to clipboard

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.