Class AutopilotState
Namespace: Consul
Assembly: Consul.dll
public class AutopilotState
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
FailureTolerance
public int FailureTolerance { get; set; }
Property Value
Healthy
public bool Healthy { get; set; }
Property Value
Leader
public string Leader { get; set; }
Property Value
OptimisticFailureTolerance
public int OptimisticFailureTolerance { get; set; }
Property Value
ReadReplicas
public List<string> ReadReplicas { get; set; }
Property Value
RedundancyZones
public Dictionary<string, object> RedundancyZones { get; set; }
Property Value
Dictionary <string , object >
Servers
public Dictionary<string, AutopilotServerState> Servers { get; set; }
Property Value
Dictionary <string , AutopilotServerState >
Upgrade
public object Upgrade { get; set; }
Property Value
Voters
public List<string> Voters { get; set; }