Backend Service Consistent Hash
data class BackendServiceConsistentHash(val httpCookie: BackendServiceConsistentHashHttpCookie? = null, val httpHeaderName: String? = null, val minimumRingSize: Int? = null)
Constructors
Link copied to clipboard
fun BackendServiceConsistentHash(httpCookie: BackendServiceConsistentHashHttpCookie? = null, httpHeaderName: String? = null, minimumRingSize: Int? = null)