Http Route Rule Action Retry Policy
data class HttpRouteRuleActionRetryPolicy(val numRetries: Int? = null, val perTryTimeout: String? = null, val retryConditions: List<String>? = null)
Properties
Link copied to clipboard
Specifies the allowed number of retries.
Link copied to clipboard
Specifies a non-zero timeout per retry attempt. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
Link copied to clipboard
Specifies one or more conditions when this retry policy applies.