Class ServiceInfo
Namespace: Consul
Assembly: Consul.dll
public class ServiceInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ID
public string ID { get; set; }
Property Value
Meta
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
Namespace
public string Namespace { get; set; }
Property Value
Port
public int Port { get; set; }
Property Value
Service
public string Service { get; set; }
Property Value
TaggedAddresses
public Dictionary<string, ServiceAddress> TaggedAddresses { get; set; }
Property Value
Dictionary <string , ServiceAddress >
Tags
public string[] Tags { get; set; }
Property Value
string []