Class AutopilotConfiguration
Namespace: Consul
Assembly: Consul.dll
public class AutopilotConfiguration
Inheritance
object ← AutopilotConfiguration
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CleanupDeadServers
[JsonProperty("CleanupDeadServers")]
public bool CleanupDeadServers { get; set; }
Property Value
CreateIndex
[JsonProperty("CreateIndex")]
public ulong CreateIndex { get; set; }
Property Value
DisableUpgradeMigration
[JsonProperty("DisableUpgradeMigration")]
public bool DisableUpgradeMigration { get; set; }
Property Value
LastContactThreshold
[JsonProperty("LastContactThreshold")]
public string LastContactThreshold { get; set; }
Property Value
MaxTrailingLogs
[JsonProperty("MaxTrailingLogs")]
public int MaxTrailingLogs { get; set; }
Property Value
MinQuorum
[JsonProperty("MinQuorum")]
public int MinQuorum { get; set; }
Property Value
ModifyIndex
[JsonProperty("ModifyIndex")]
public ulong ModifyIndex { get; set; }
Property Value
RedundancyZoneTag
[JsonProperty("RedundancyZoneTag")]
public string RedundancyZoneTag { get; set; }
Property Value
ServerStabilizationTime
[JsonProperty("ServerStabilizationTime")]
public string ServerStabilizationTime { get; set; }
Property Value
UpgradeVersionTag
[JsonProperty("UpgradeVersionTag")]
public string UpgradeVersionTag { get; set; }