RegionUrlMapDefaultRouteActionFaultInjectionPolicyAbort

data class RegionUrlMapDefaultRouteActionFaultInjectionPolicyAbort(val httpStatus: Int? = null, val percentage: Double? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpStatus: 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: 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.