Class ServiceEntry
Namespace: Consul
Assembly: Consul.dll
ServiceEntry is used for the health service endpoint
public class ServiceEntry
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Checks
public HealthCheck[] Checks { get; set; }
Property Value
HealthCheck []
Node
public Node Node { get; set; }
Property Value
Service
public AgentService Service { get; set; }