HttpFaultDelayArgs

data class HttpFaultDelayArgs(val fixedDelay: Output<DurationArgs>? = null, val percentage: Output<Double>? = null) : ConvertibleToJava<HttpFaultDelayArgs>

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 HttpFaultDelayArgs(fixedDelay: Output<DurationArgs>? = null, percentage: Output<Double>? = null)

Functions

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

Properties

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

Specifies the value of the fixed delay interval.

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

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.