ConsistentHashLoadBalancerSettings class
This message defines settings for a consistent hash style load balancer.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- httpCookie ↔ 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.
read / write
- httpHeaderName ↔ String
-
The hash based on the value of the specified header field. This field is
applicable if the sessionAffinity is set to HEADER_FIELD.
read / write
- minimumRingSize ↔ String
-
The minimum number of virtual nodes to use for the hash ring. Defaults to [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited