GrpcRouteRuleActionFaultInjectionPolicyDelay

data class GrpcRouteRuleActionFaultInjectionPolicyDelay(val fixedDelay: String? = null, val percentage: Int? = null)

Constructors

constructor(fixedDelay: String? = null, percentage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fixedDelay: String? = null

Specify a fixed delay before forwarding the request.

Link copied to clipboard
val percentage: Int? = null

The percentage of traffic on which delay will be injected.