Grpc Route Rule Action Fault Injection Policy Args
data class GrpcRouteRuleActionFaultInjectionPolicyArgs(val abort: Output<GrpcRouteRuleActionFaultInjectionPolicyAbortArgs>? = null, val delay: Output<GrpcRouteRuleActionFaultInjectionPolicyDelayArgs>? = null) : ConvertibleToJava<GrpcRouteRuleActionFaultInjectionPolicyArgs>
Constructors
Link copied to clipboard
constructor(abort: Output<GrpcRouteRuleActionFaultInjectionPolicyAbortArgs>? = null, delay: Output<GrpcRouteRuleActionFaultInjectionPolicyDelayArgs>? = null)
Properties
Link copied to clipboard
Specification of how client requests are aborted as part of fault injection before being sent to a destination. Structure is documented below.
Link copied to clipboard
Specification of how client requests are delayed as part of fault injection before being sent to a destination. Structure is documented below.