Class AutopilotServerHealth
Namespace: Consul
Assembly: Consul.dll
public class AutopilotServerHealth
Inheritance
object ← AutopilotServerHealth
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Address
[JsonProperty("Address")]
public string Address { get; set; }
Property Value
Healthy
[JsonProperty("Healthy")]
public bool Healthy { get; set; }
Property Value
ID
[JsonProperty("ID")]
public string ID { get; set; }
Property Value
LastContact
[JsonProperty("LastContact")]
public string LastContact { get; set; }
Property Value
LastIndex
[JsonProperty("LastIndex")]
public long LastIndex { get; set; }
Property Value
LastTerm
[JsonProperty("LastTerm")]
public long LastTerm { get; set; }
Property Value
Leader
[JsonProperty("Leader")]
public bool Leader { get; set; }
Property Value
Name
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
SerfStatus
[JsonProperty("SerfStatus")]
public string SerfStatus { get; set; }
Property Value
StableSince
[JsonProperty("StableSince")]
public DateTime StableSince { get; set; }
Property Value
Version
[JsonProperty("Version")]
public string Version { get; set; }
Property Value
Voter
[JsonProperty("Voter")]
public bool Voter { get; set; }