Class ACLReplicationEntry
Namespace: Consul
Assembly: Consul.dll
Represents an Entry in Consul for ACL Replication
public class ACLReplicationEntry
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ACLReplicationEntry(bool, bool)
public ACLReplicationEntry(bool enabled, bool running)
Parameters
enabled
bool
running
bool
ACLReplicationEntry(bool, bool, string, string, ulong, ulong, ulong, DateTime, DateTime)
[JsonConstructor]
public ACLReplicationEntry(bool enabled, bool running, string sourceDatacenter, string replicationType, ulong replicatedIndex, ulong replicatedRoleIndex, ulong replicatedTokenIndex, DateTime lastSuccess, DateTime lastError)
Parameters
enabled
bool
running
bool
sourceDatacenter
string
replicationType
string
replicatedIndex
ulong
replicatedRoleIndex
ulong
replicatedTokenIndex
ulong
lastSuccess
DateTime
lastError
DateTime
Properties
Enabled
public bool Enabled { get; set; }
Property Value
LastError
public DateTime LastError { get; set; }
Property Value
LastSuccess
public DateTime LastSuccess { get; set; }
Property Value
ReplicatedIndex
public ulong ReplicatedIndex { get; set; }
Property Value
ReplicatedRoleIndex
public ulong ReplicatedRoleIndex { get; set; }
Property Value
ReplicatedTokenIndex
public ulong ReplicatedTokenIndex { get; set; }
Property Value
ReplicationType
public string ReplicationType { get; set; }
Property Value
Running
public bool Running { get; set; }
Property Value
SourceDatacenter
public string SourceDatacenter { get; set; }