Class ExposeConfig
Namespace: Consul
Assembly: Consul.dll
public class ExposeConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Checks
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Checks { get; set; }
Property Value
Paths
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<PathConfig> Paths { get; set; }
Property Value
List <PathConfig >