Region Url Map Path Matcher Path Rule Route Action Fault Injection Policy Args
data class RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs(val abort: Output<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs>? = null, val delay: Output<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs>? = null) : ConvertibleToJava<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyArgs>
Constructors
Link copied to clipboard
constructor(abort: Output<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs>? = null, delay: Output<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyDelayArgs>? = null)
Properties
Link copied to clipboard
The specification for how client requests are aborted as part of fault injection. Structure is documented below.
Link copied to clipboard
The specification for how client requests are delayed as part of fault injection, before being sent to a backend service. Structure is documented below.