This message defines settings for a consistent hash style
load balancer.
Attributes
Name
Description
http_cookie
google.cloud.compute_v1.types.ConsistentHashLoadBalancerSettingsHttpCookie
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.
http_header_name
str
The hash based on the value of the specified header field.
This field is applicable if the sessionAffinity is set to
HEADER_FIELD.
minimum_ring_size
int
The minimum number of virtual nodes to use
for the hash ring. Defaults to 1024. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]