HttpRouteFaultInjectionPolicyDelayArgs

data class HttpRouteFaultInjectionPolicyDelayArgs(val fixedDelay: Output<String>? = null, val percentage: Output<Int>? = null) : ConvertibleToJava<HttpRouteFaultInjectionPolicyDelayArgs>

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

Constructors

Link copied to clipboard
fun HttpRouteFaultInjectionPolicyDelayArgs(fixedDelay: Output<String>? = null, percentage: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HttpRouteFaultInjectionPolicyDelayArgs

Properties

Link copied to clipboard
val fixedDelay: Output<String>? = null

Specify a fixed delay before forwarding the request.

Link copied to clipboard
val percentage: Output<Int>? = null

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