Class AgentHostInfo
Namespace: Consul
Assembly: Consul.dll
AgentHostInfo represents the host information for the agent
public class AgentHostInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CPU
public List<CPUInfo> CPU { get; set; }
Property Value
CollectionTime
public long CollectionTime { get; set; }
Property Value
Disk
public DiskInfo Disk { get; set; }
Property Value
Host
public HostInfo Host { get; set; }
Property Value
Memory
public MemoryInfo Memory { get; set; }