Class CatalogService
Namespace: Consul
Assembly: Consul.dll
public class CatalogService
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
Node
public string Node { get; set; }
Property Value
ServiceAddress
public string ServiceAddress { get; set; }
Property Value
ServiceEnableTagOverride
public bool ServiceEnableTagOverride { get; set; }
Property Value
ServiceID
public string ServiceID { get; set; }
Property Value
ServiceMeta
public IDictionary<string, string> ServiceMeta { get; set; }
Property Value
IDictionary <string , string >
ServiceName
public string ServiceName { get; set; }
Property Value
ServicePort
public int ServicePort { get; set; }
Property Value
ServiceTaggedAddresses
public Dictionary<string, ServiceTaggedAddress> ServiceTaggedAddresses { get; set; }
Property Value
Dictionary <string , ServiceTaggedAddress >
ServiceTags
public string[] ServiceTags { get; set; }
Property Value
string []