Class Routes
Namespace: Consul
Assembly: Consul.dll
public class Routes
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Destination
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Destination { get; set; }
Property Value
Dictionary <string , string >
HTTP
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HTTPConfig HTTP { get; set; }
Property Value
Match
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public MapConfig Match { get; set; }