Class LocalServiceHealth
Namespace: Consul
Assembly: Consul.dll
LocalServiceHealth represents the health of a service and its associated checks as returned by the Agent API
public class LocalServiceHealth
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
AggregatedStatus
[JsonConverter(typeof(HealthStatusConverter))]
public HealthStatus AggregatedStatus { get; set; }
Property Value
Checks
public AgentCheck[] Checks { get; set; }
Property Value
AgentCheck []
Service
public AgentService Service { get; set; }