Skip to main content

Class AutopilotHealth

Namespace: Consul
Assembly: Consul.dll

public class AutopilotHealth

Inheritance

objectAutopilotHealth

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

FailureTolerance

[JsonProperty("FailureTolerance")]
public int FailureTolerance { get; set; }

Property Value

int

Healthy

[JsonProperty("Healthy")]
public bool Healthy { get; set; }

Property Value

bool

Servers

[JsonProperty("Servers")]
public List<AutopilotServerHealth> Servers { get; set; }

Property Value

List <AutopilotServerHealth >