Class HttpRouteEntry
Namespace: Consul
Assembly: Consul.dll
The HttpRouteEntry configures HTTP route resources.
public class HttpRouteEntry : 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
Hostnames
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Hostnames { get; set; }
Property Value
Kind
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Kind { 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
Parents
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<ApiGatewayReference> Parents { get; set; }
Property Value
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Rules
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<HttpRouteRule> Rules { get; set; }