Class CatalogNode
Namespace: Consul
Assembly: Consul.dll
public class CatalogNode
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
CatalogNode()
public CatalogNode()
Properties
Node
public Node Node { get; set; }
Property Value
Services
public Dictionary<string, AgentService> Services { get; set; }
Property Value
Dictionary <string , AgentService >