Class AgentService
Namespace: Consul
Assembly: Consul.dll
AgentService represents a service known to the agent
public class AgentService
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
EnableTagOverride
public bool EnableTagOverride { get; set; }
Property Value
ID
public string ID { get; set; }
Property Value
Kind
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ServiceKind Kind { get; set; }
Property Value
Meta
public IDictionary<string, string> Meta { get; set; }
Property Value
IDictionary <string , string >
Port
public int Port { get; set; }
Property Value
Proxy
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public AgentServiceProxy Proxy { get; set; }
Property Value
Service
public string Service { get; set; }
Property Value
TaggedAddresses
public IDictionary<string, ServiceTaggedAddress> TaggedAddresses { get; set; }
Property Value
IDictionary <string , ServiceTaggedAddress >
Tags
public string[] Tags { get; set; }
Property Value
string []