Route Spec Grpc Route Retry Policy Args
data class RouteSpecGrpcRouteRetryPolicyArgs(val grpcRetryEvents: Output<List<String>>? = null, val httpRetryEvents: Output<List<String>>? = null, val maxRetries: Output<Int>, val perRetryTimeout: Output<RouteSpecGrpcRouteRetryPolicyPerRetryTimeoutArgs>, val tcpRetryEvents: Output<List<String>>? = null) : ConvertibleToJava<RouteSpecGrpcRouteRetryPolicyArgs>
Properties
Link copied to clipboard
List of gRPC retry events. Valid values: cancelled
, deadline-exceeded
, internal
, resource-exhausted
, unavailable
.
Link copied to clipboard
List of HTTP retry events. Valid values: client-error
(HTTP status code 409), gateway-error
(HTTP status codes 502, 503, and 504), server-error
(HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511), stream-error
(retry on refused stream).
Link copied to clipboard
Maximum number of retries.
Link copied to clipboard
Per-retry timeout.
Link copied to clipboard
List of TCP retry events. The only valid value is connection-error
.