Class ServiceResolverEntry
Namespace: Consul
Assembly: Consul.dll
Configures and apply service resolvers to create named subsets of service instances and define their behavior when satisfying upstream requests.
public class ServiceResolverEntry : IConfigurationEntry
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ConnectTimeout
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ConnectTimeout { get; set; }
Property Value
DefaultSubset
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DefaultSubset { get; set; }
Property Value
Filter
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Filter { get; set; }
Property Value
Kind
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Kind { get; set; }
Property Value
LoadBalancer
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public LoadBalancerConfig LoadBalancer { get; set; }
Property Value
Meta
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
OnlyPassing
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool OnlyPassing { get; set; }
Property Value
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Redirect
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Redirect { get; set; }
Property Value
Dictionary <string , string >
RequestTimeout
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string RequestTimeout { get; set; }
Property Value
Subsets
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Subsets { get; set; }
Property Value
Dictionary <string , string >