Class Node
Namespace: Consul
Assembly: Consul.dll
public class Node
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Address
public string Address { get; set; }
Property Value
Datacenter
public string Datacenter { get; set; }
Property Value
Name
[JsonProperty(PropertyName = "Node")]
public string Name { get; set; }
Property Value
TaggedAddresses
public Dictionary<string, string> TaggedAddresses { get; set; }
Property Value
Dictionary <string , string >