Skip to main content

Class ACLReplicationEntry

Namespace: Consul
Assembly: Consul.dll

Represents an Entry in Consul for ACL Replication

public class ACLReplicationEntry

Inheritance

objectACLReplicationEntry

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

bool

LastError

public DateTime LastError { get; set; }

Property Value

DateTime

LastSuccess

public DateTime LastSuccess { get; set; }

Property Value

DateTime

ReplicatedIndex

public ulong ReplicatedIndex { get; set; }

Property Value

ulong

ReplicatedRoleIndex

public ulong ReplicatedRoleIndex { get; set; }

Property Value

ulong

ReplicatedTokenIndex

public ulong ReplicatedTokenIndex { get; set; }

Property Value

ulong

ReplicationType

public string ReplicationType { get; set; }

Property Value

string

Running

public bool Running { get; set; }

Property Value

bool

SourceDatacenter

public string SourceDatacenter { get; set; }

Property Value

string

  • Constructors
    • ACLReplicationEntry(bool, bool)
    • ACLReplicationEntry(bool, bool, string, string, ulong, ulong, ulong, DateTime, DateTime)
  • Properties
    • Enabled
    • LastError
    • LastSuccess
    • ReplicatedIndex
    • ReplicatedRoleIndex
    • ReplicatedTokenIndex
    • ReplicationType
    • Running
    • SourceDatacenter