Class AgentMember
Namespace: Consul
Assembly: Consul.dll
AgentMember represents a cluster member known to the agent
public class AgentMember
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
AgentMember()
public AgentMember()
Properties
Addr
public string Addr { get; set; }
Property Value
DelegateCur
public byte DelegateCur { get; set; }
Property Value
DelegateMax
public byte DelegateMax { get; set; }
Property Value
DelegateMin
public byte DelegateMin { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Port
public ushort Port { get; set; }
Property Value
ProtocolCur
public byte ProtocolCur { get; set; }
Property Value
ProtocolMax
public byte ProtocolMax { get; set; }
Property Value
ProtocolMin
public byte ProtocolMin { get; set; }
Property Value
Status
public int Status { get; set; }
Property Value
Tags
public Dictionary<string, string> Tags { get; set; }
Property Value
Dictionary <string , string >