Compute Engine v1 API - Class ConsistentHashLoadBalancerSettings (2.15.0)

public sealed class ConsistentHashLoadBalancerSettings : IMessage<ConsistentHashLoadBalancerSettings>, IEquatable<ConsistentHashLoadBalancerSettings>, IDeepCloneable<ConsistentHashLoadBalancerSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class ConsistentHashLoadBalancerSettings.

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

Inheritance

object > ConsistentHashLoadBalancerSettings

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ConsistentHashLoadBalancerSettings()

public ConsistentHashLoadBalancerSettings()

ConsistentHashLoadBalancerSettings(ConsistentHashLoadBalancerSettings)

public ConsistentHashLoadBalancerSettings(ConsistentHashLoadBalancerSettings other)
Parameter
NameDescription
otherConsistentHashLoadBalancerSettings

Properties

HasHttpHeaderName

public bool HasHttpHeaderName { get; }

Gets whether the "http_header_name" field is set

Property Value
TypeDescription
bool

HasMinimumRingSize

public bool HasMinimumRingSize { get; }

Gets whether the "minimum_ring_size" field is set

Property Value
TypeDescription
bool

HttpCookie

public ConsistentHashLoadBalancerSettingsHttpCookie HttpCookie { get; set; }

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.

Property Value
TypeDescription
ConsistentHashLoadBalancerSettingsHttpCookie

HttpHeaderName

public string HttpHeaderName { get; set; }

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

Property Value
TypeDescription
string

MinimumRingSize

public long MinimumRingSize { get; set; }

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.

Property Value
TypeDescription
long