Skip to main content

Class ExposeConfig

Namespace: Consul
Assembly: Consul.dll

public class ExposeConfig

Inheritance

objectExposeConfig

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

bool

Paths

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<PathConfig> Paths { get; set; }

Property Value

List <PathConfig >