GetBackendServiceCircuitBreaker

data class GetBackendServiceCircuitBreaker(val connectTimeouts: List<GetBackendServiceCircuitBreakerConnectTimeout>, val maxConnections: Int, val maxPendingRequests: Int, val maxRequests: Int, val maxRequestsPerConnection: Int, val maxRetries: Int)

Constructors

Link copied to clipboard
constructor(connectTimeouts: List<GetBackendServiceCircuitBreakerConnectTimeout>, maxConnections: Int, maxPendingRequests: Int, maxRequests: Int, maxRequestsPerConnection: Int, maxRetries: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard