GrpcRouteRuleActionFaultInjectionPolicyAbort

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

Constructors

constructor(httpStatus: Int? = null, percentage: Int? = 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.

Link copied to clipboard
val percentage: Int? = null

The percentage of traffic which will be aborted.