Class NodeInfo
Namespace: Consul
Assembly: Consul.dll
public class NodeInfo
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
ID
public string ID { get; set; }
Property Value
Meta
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
Node
public string Node { get; set; }
Property Value
TaggedAddresses
public Dictionary<string, string> TaggedAddresses { get; set; }
Property Value
Dictionary <string , string >