Skip to main content

Class AutopilotServerHealth

Namespace: Consul
Assembly: Consul.dll

public class AutopilotServerHealth

Inheritance

objectAutopilotServerHealth

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Address

[JsonProperty("Address")]
public string Address { get; set; }

Property Value

string

Healthy

[JsonProperty("Healthy")]
public bool Healthy { get; set; }

Property Value

bool

ID

[JsonProperty("ID")]
public string ID { get; set; }

Property Value

string

LastContact

[JsonProperty("LastContact")]
public string LastContact { get; set; }

Property Value

string

LastIndex

[JsonProperty("LastIndex")]
public long LastIndex { get; set; }

Property Value

long

LastTerm

[JsonProperty("LastTerm")]
public long LastTerm { get; set; }

Property Value

long

Leader

[JsonProperty("Leader")]
public bool Leader { get; set; }

Property Value

bool

Name

[JsonProperty("Name")]
public string Name { get; set; }

Property Value

string

SerfStatus

[JsonProperty("SerfStatus")]
public string SerfStatus { get; set; }

Property Value

string

StableSince

[JsonProperty("StableSince")]
public DateTime StableSince { get; set; }

Property Value

DateTime

Version

[JsonProperty("Version")]
public string Version { get; set; }

Property Value

string

Voter

[JsonProperty("Voter")]
public bool Voter { get; set; }

Property Value

bool

  • Properties
    • Address
    • Healthy
    • ID
    • LastContact
    • LastIndex
    • LastTerm
    • Leader
    • Name
    • SerfStatus
    • StableSince
    • Version
    • Voter