Class RaftConfiguration
Namespace: Consul
Assembly: Consul.dll
RaftConfigration is returned when querying for the current Raft configuration.
public class RaftConfiguration
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Index
Index has the Raft index of this configuration.
public ulong Index { get; set; }
Property Value
Servers
Servers has the list of servers in the Raft configuration.
public List<RaftServer> Servers { get; set; }
Property Value
List <RaftServer >