Skip to main content

Class AgentVersion

Namespace: Consul
Assembly: Consul.dll

AgentVersion represents the version information for the Consul agent

public class AgentVersion

Inheritance

objectAgentVersion

Inherited Members

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

Properties

BuildDate

public DateTime BuildDate { get; set; }

Property Value

DateTime

FIPS

public string FIPS { get; set; }

Property Value

string

HumanVersion

public string HumanVersion { get; set; }

Property Value

string

SHA

public string SHA { get; set; }

Property Value

string