URLMap Path Matcher Path Rule Route Action Retry Policy
data class URLMapPathMatcherPathRuleRouteActionRetryPolicy(val numRetries: Int? = null, val perTryTimeout: URLMapPathMatcherPathRuleRouteActionRetryPolicyPerTryTimeout? = null, val retryConditions: List<String>? = null)
Constructors
Link copied to clipboard
fun URLMapPathMatcherPathRuleRouteActionRetryPolicy(numRetries: Int? = null, perTryTimeout: URLMapPathMatcherPathRuleRouteActionRetryPolicyPerTryTimeout? = null, retryConditions: List<String>? = null)