Skip to main content

Class AutopilotServerState

Namespace: Consul
Assembly: Consul.dll

public class AutopilotServerState

Inheritance

objectAutopilotServerState

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

string

Healthy

public bool Healthy { get; set; }

Property Value

bool

ID

public string ID { get; set; }

Property Value

string

LastContact

public string LastContact { get; set; }

Property Value

string

LastIndex

public long LastIndex { get; set; }

Property Value

long

LastTerm

public long LastTerm { get; set; }

Property Value

long

Meta

public Dictionary<string, string> Meta { get; set; }

Property Value

Dictionary <string , string >

Name

public string Name { get; set; }

Property Value

string

NodeStatus

public string NodeStatus { get; set; }

Property Value

string

NodeType

public string NodeType { get; set; }

Property Value

string

ReadReplica

public bool ReadReplica { get; set; }

Property Value

bool

RedundancyZone

public string RedundancyZone { get; set; }

Property Value

string

StableSince

public DateTime StableSince { get; set; }

Property Value

DateTime

Status

public string Status { get; set; }

Property Value

string

UpgradeVersion

public string UpgradeVersion { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string

  • Properties
    • Address
    • Healthy
    • ID
    • LastContact
    • LastIndex
    • LastTerm
    • Meta
    • Name
    • NodeStatus
    • NodeType
    • ReadReplica
    • RedundancyZone
    • StableSince
    • Status
    • UpgradeVersion
    • Version