Class Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettings (v0.5.0)

This message defines settings for a consistent hash style load balancer.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def http_cookie() -> ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
Returns
def http_cookie=(value) -> ::Google::Cloud::Compute::V1::ConsistentHashLoadBalancerSettingsHttpCookie
Parameter
Returns

#http_header_name

def http_header_name() -> ::String
Returns
  • (::String) — The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.

#http_header_name=

def http_header_name=(value) -> ::String
Parameter
  • value (::String) — The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.
Returns
  • (::String) — 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

def minimum_ring_size() -> ::Integer
Returns
  • (::Integer) — 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.

#minimum_ring_size=

def minimum_ring_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.