RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs

data class RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs(val httpStatus: Output<Int>, val percentage: Output<Double>) : ConvertibleToJava<RegionUrlMapPathMatcherPathRuleRouteActionFaultInjectionPolicyAbortArgs>

Constructors

constructor(httpStatus: Output<Int>, percentage: Output<Double>)

Properties

Link copied to clipboard
val httpStatus: Output<Int>

The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.

Link copied to clipboard
val percentage: Output<Double>

The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection. The value must be between 0.0 and 100.0 inclusive.

Functions

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