Skip to main content

Class ServiceEntry

Namespace: Consul
Assembly: Consul.dll

ServiceEntry is used for the health service endpoint

public class ServiceEntry

Inheritance

objectServiceEntry

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

Node

Service

public AgentService Service { get; set; }

Property Value

AgentService