Skip to main content

Class AgentMember

Namespace: Consul
Assembly: Consul.dll

AgentMember represents a cluster member known to the agent

public class AgentMember

Inheritance

objectAgentMember

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

string

DelegateCur

public byte DelegateCur { get; set; }

Property Value

byte

DelegateMax

public byte DelegateMax { get; set; }

Property Value

byte

DelegateMin

public byte DelegateMin { get; set; }

Property Value

byte

Name

public string Name { get; set; }

Property Value

string

Port

public ushort Port { get; set; }

Property Value

ushort

ProtocolCur

public byte ProtocolCur { get; set; }

Property Value

byte

ProtocolMax

public byte ProtocolMax { get; set; }

Property Value

byte

ProtocolMin

public byte ProtocolMin { get; set; }

Property Value

byte

Status

public int Status { get; set; }

Property Value

int

Tags

public Dictionary<string, string> Tags { get; set; }

Property Value

Dictionary <string , string >

  • Constructors
    • AgentMember()
  • Properties
    • Addr
    • DelegateCur
    • DelegateMax
    • DelegateMin
    • Name
    • Port
    • ProtocolCur
    • ProtocolMax
    • ProtocolMin
    • Status
    • Tags