Consistent Hash Load Balancer Settings Args
data class ConsistentHashLoadBalancerSettingsArgs(val httpCookie: Output<ConsistentHashLoadBalancerSettingsHttpCookieArgs>? = null, val httpHeaderName: Output<String>? = null, val minimumRingSize: Output<String>? = null) : ConvertibleToJava<ConsistentHashLoadBalancerSettingsArgs>
This message defines settings for a consistent hash style load balancer.
Constructors
Link copied to clipboard
fun ConsistentHashLoadBalancerSettingsArgs(httpCookie: Output<ConsistentHashLoadBalancerSettingsHttpCookieArgs>? = null, httpHeaderName: Output<String>? = null, minimumRingSize: Output<String>? = null)
Functions
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. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.