GrpcRouteRuleActionFaultInjectionPolicyDelayArgs

data class GrpcRouteRuleActionFaultInjectionPolicyDelayArgs(val fixedDelay: Output<String>? = null, val percentage: Output<Int>? = null) : ConvertibleToJava<GrpcRouteRuleActionFaultInjectionPolicyDelayArgs>

Constructors

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

Properties

Link copied to clipboard
val fixedDelay: Output<String>? = null

Specify a fixed delay before forwarding the request.

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

The percentage of traffic on which delay will be injected.

Functions

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