Class HostInfo
Namespace: Consul
Assembly: Consul.dll
HostInfo represents the host information for the agent
public class HostInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
BootTime
public long BootTime { get; set; }
Property Value
HostId
public string HostId { get; set; }
Property Value
Hostname
public string Hostname { get; set; }
Property Value
KernelArch
public string KernelArch { get; set; }
Property Value
KernelVersion
public string KernelVersion { get; set; }
Property Value
Os
public string Os { get; set; }
Property Value
Platform
public string Platform { get; set; }
Property Value
PlatformFamily
public string PlatformFamily { get; set; }
Property Value
PlatformVersion
public string PlatformVersion { get; set; }
Property Value
Procs
public int Procs { get; set; }
Property Value
Uptime
public long Uptime { get; set; }
Property Value
VirtualizationRole
public string VirtualizationRole { get; set; }
Property Value
VirtualizationSystem
public string VirtualizationSystem { get; set; }