Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettings.
This message defines settings for a consistent hash style load balancer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#http_cookie
def http_cookie() -> ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie-
(::Google::Cloud::Compute::V1::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.
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.
#http_cookie=
def http_cookie=(value) -> ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie-
value (::Google::Cloud::Compute::V1::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.
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.
-
(::Google::Cloud::Compute::V1::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.
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.
#http_header_name
def http_header_name() -> ::String- (::String) — The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set toHEADER_FIELD.
#http_header_name=
def http_header_name=(value) -> ::String- value (::String) — The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set toHEADER_FIELD.
- (::String) — The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set toHEADER_FIELD.
#minimum_ring_size
def minimum_ring_size() -> ::Integer-
(::Integer) —
The minimum number of virtual nodes to use for the hash ring. Defaults to
- 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.
#minimum_ring_size=
def minimum_ring_size=(value) -> ::Integer-
value (::Integer) —
The minimum number of virtual nodes to use for the hash ring. Defaults to
- 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.
-
(::Integer) —
The minimum number of virtual nodes to use for the hash ring. Defaults to
- 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.