GetBackendServiceConsistentHash

data class GetBackendServiceConsistentHash(val httpCookies: List<GetBackendServiceConsistentHashHttpCooky>, val httpHeaderName: String, val minimumRingSize: Int)

Constructors

Link copied to clipboard
constructor(httpCookies: List<GetBackendServiceConsistentHashHttpCooky>, httpHeaderName: String, minimumRingSize: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE.

Link copied to clipboard

The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.

Link copied to clipboard

The minimum number of virtual nodes to use for the hash ring. Larger ring sizes result in more granular load distributions. If the number of hosts in the load balancing pool is larger than the ring size, each host will be assigned a single virtual node. Defaults to 1024.