Skip to main content

Class AgentCheck

Namespace: Consul
Assembly: Consul.dll

AgentCheck represents a check known to the agent

public class AgentCheck

Inheritance

objectAgentCheck

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

string

Name

public string Name { get; set; }

Property Value

string

Node

public string Node { get; set; }

Property Value

string

Notes

public string Notes { get; set; }

Property Value

string

Output

public string Output { get; set; }

Property Value

string

ServiceID

public string ServiceID { get; set; }

Property Value

string

ServiceName

public string ServiceName { get; set; }

Property Value

string

Status

[JsonConverter(typeof(HealthStatusConverter))]
public HealthStatus Status { get; set; }

Property Value

HealthStatus

Type

public string Type { get; set; }

Property Value

string

  • Properties
    • CheckID
    • Name
    • Node
    • Notes
    • Output
    • ServiceID
    • ServiceName
    • Status
    • Type