Http Route Rule Action Fault Injection Policy Args
data class HttpRouteRuleActionFaultInjectionPolicyArgs(val abort: Output<HttpRouteRuleActionFaultInjectionPolicyAbortArgs>? = null, val delay: Output<HttpRouteRuleActionFaultInjectionPolicyDelayArgs>? = null) : ConvertibleToJava<HttpRouteRuleActionFaultInjectionPolicyArgs>
Constructors
Link copied to clipboard
constructor(abort: Output<HttpRouteRuleActionFaultInjectionPolicyAbortArgs>? = null, delay: Output<HttpRouteRuleActionFaultInjectionPolicyDelayArgs>? = null)
Properties
Link copied to clipboard
Specification of how client requests are aborted as part of fault injection before being sent to a destination. Structure is documented below.
Link copied to clipboard
Specification of how client requests are delayed as part of fault injection before being sent to a destination. Structure is documented below.