Class CompiledDiscoveryChain
Namespace: Consul
Assembly: Consul.dll
public class CompiledDiscoveryChain
Inheritance
object ← CompiledDiscoveryChain
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CustomizationHash
public string CustomizationHash { get; set; }
Property Value
Datacenter
public string Datacenter { get; set; }
Property Value
Namespace
public string Namespace { get; set; }
Property Value
Nodes
public Dictionary<string, DiscoveryGraphNode> Nodes { get; set; }
Property Value
Dictionary <string , DiscoveryGraphNode >
Protocol
public string Protocol { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }
Property Value
StartNode
public string StartNode { get; set; }
Property Value
Targets
public Dictionary<string, DiscoveryTarget> Targets { get; set; }