HttpRouteRuleActionFaultInjectionPolicyArgs

data class HttpRouteRuleActionFaultInjectionPolicyArgs(val abort: Output<HttpRouteRuleActionFaultInjectionPolicyAbortArgs>? = null, val delay: Output<HttpRouteRuleActionFaultInjectionPolicyDelayArgs>? = null) : ConvertibleToJava<HttpRouteRuleActionFaultInjectionPolicyArgs>

Constructors

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.

Functions

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