URLMap Path Matcher Default Route Action Fault Injection Policy Delay Args
data class URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyDelayArgs(val fixedDelay: Output<URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyDelayFixedDelayArgs>? = null, val percentage: Output<Double>? = null) : ConvertibleToJava<URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyDelayArgs>
Constructors
Link copied to clipboard
constructor(fixedDelay: Output<URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyDelayFixedDelayArgs>? = null, percentage: Output<Double>? = null)
Properties
Link copied to clipboard
val fixedDelay: Output<URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyDelayFixedDelayArgs>? = null
Specifies the value of the fixed delay interval. Structure is documented below.
Link copied to clipboard
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.