Class AgentVersion
Namespace: Consul
Assembly: Consul.dll
AgentVersion represents the version information for the Consul agent
public class AgentVersion
Inheritance
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
FIPS
public string FIPS { get; set; }
Property Value
HumanVersion
public string HumanVersion { get; set; }
Property Value
SHA
public string SHA { get; set; }