Class LoadBalancerConfig
Namespace: Consul
Assembly: Consul.dll
public class LoadBalancerConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CookieConfig
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public CookieConfig CookieConfig { get; set; }
Property Value
HashPolicies
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> HashPolicies { get; set; }
Property Value
Dictionary <string , string >
LeastRequestConfig
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public LeastRequestConfig LeastRequestConfig { get; set; }
Property Value
Policy
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Policy { get; set; }
Property Value
RingHashConfig
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public RingHashConfig RingHashConfig { get; set; }