Skip to main content

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

objectLocalServiceHealth

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

HealthStatus

Checks

public AgentCheck[] Checks { get; set; }

Property Value

AgentCheck []

Service

public AgentService Service { get; set; }

Property Value

AgentService