Class HealthCheck
Namespace: Consul
Assembly: Consul.dll
HealthCheck is used to represent a single check
public class HealthCheck
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CheckID
public string CheckID { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Node
public string Node { get; set; }
Property Value
Notes
public string Notes { get; set; }
Property Value
Output
public string Output { get; set; }
Property Value
ServiceID
public string ServiceID { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }
Property Value
ServiceTags
public string[] ServiceTags { get; set; }
Property Value
string []
Status
[JsonConverter(typeof(HealthStatusConverter))]
public HealthStatus Status { get; set; }
Property Value
Type
public string Type { get; set; }