faultInjectionPolicy

@JvmName(name = "xbirnpcgchkuiwlb")
suspend fun faultInjectionPolicy(value: Output<URLMapDefaultRouteActionFaultInjectionPolicyArgs>)
@JvmName(name = "ybqqkqwmqfliduvk")
suspend fun faultInjectionPolicy(value: URLMapDefaultRouteActionFaultInjectionPolicyArgs?)

Parameters

value

The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests. timeout and retryPolicy will be ignored by clients that are configured with a faultInjectionPolicy. Structure is documented below.


@JvmName(name = "domvtkgnugkimdku")
suspend fun faultInjectionPolicy(argument: suspend URLMapDefaultRouteActionFaultInjectionPolicyArgsBuilder.() -> Unit)

Parameters

argument

The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests. timeout and retryPolicy will be ignored by clients that are configured with a faultInjectionPolicy. Structure is documented below.