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