GrpcRouteFaultInjectionPolicyDelayResponse

data class GrpcRouteFaultInjectionPolicyDelayResponse(val fixedDelay: String, val percentage: Int)

Specification of how client requests are delayed as part of fault injection before being sent to a destination.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify a fixed delay before forwarding the request.

Link copied to clipboard

The percentage of traffic on which delay will be injected. The value must be between 0, 100