Class AutopilotServerState
Namespace: Consul
Assembly: Consul.dll
public class AutopilotServerState
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Address
public string Address { get; set; }
Property Value
Healthy
public bool Healthy { get; set; }
Property Value
ID
public string ID { get; set; }
Property Value
LastContact
public string LastContact { get; set; }
Property Value
LastIndex
public long LastIndex { get; set; }
Property Value
LastTerm
public long LastTerm { get; set; }
Property Value
Meta
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
Name
public string Name { get; set; }
Property Value
NodeStatus
public string NodeStatus { get; set; }
Property Value
NodeType
public string NodeType { get; set; }
Property Value
ReadReplica
public bool ReadReplica { get; set; }
Property Value
RedundancyZone
public string RedundancyZone { get; set; }
Property Value
StableSince
public DateTime StableSince { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
UpgradeVersion
public string UpgradeVersion { get; set; }
Property Value
Version
public string Version { get; set; }