URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs

data class URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs(val httpStatus: Output<Int>? = null, val percentage: Output<Double>? = null) : ConvertibleToJava<URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs>

Constructors

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

Properties

Link copied to clipboard
val httpStatus: Output<Int>? = null

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>? = null

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(): URLMapPathMatcherDefaultRouteActionFaultInjectionPolicyAbortArgs