Skip to main content

Class AutopilotState

Namespace: Consul
Assembly: Consul.dll

public class AutopilotState

Inheritance

objectAutopilotState

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

int

Healthy

public bool Healthy { get; set; }

Property Value

bool

Leader

public string Leader { get; set; }

Property Value

string

OptimisticFailureTolerance

public int OptimisticFailureTolerance { get; set; }

Property Value

int

ReadReplicas

public List<string> ReadReplicas { get; set; }

Property Value

List <string >

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

object

Voters

public List<string> Voters { get; set; }

Property Value

List <string >

  • Properties
    • FailureTolerance
    • Healthy
    • Leader
    • OptimisticFailureTolerance
    • ReadReplicas
    • RedundancyZones
    • Servers
    • Upgrade
    • Voters