Skip to main content

Class CompiledDiscoveryChain

Namespace: Consul
Assembly: Consul.dll

public class CompiledDiscoveryChain

Inheritance

objectCompiledDiscoveryChain

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

string

Datacenter

public string Datacenter { get; set; }

Property Value

string

Namespace

public string Namespace { get; set; }

Property Value

string

Nodes

public Dictionary<string, DiscoveryGraphNode> Nodes { get; set; }

Property Value

Dictionary <string , DiscoveryGraphNode >

Protocol

public string Protocol { get; set; }

Property Value

string

ServiceName

public string ServiceName { get; set; }

Property Value

string

StartNode

public string StartNode { get; set; }

Property Value

string

Targets

public Dictionary<string, DiscoveryTarget> Targets { get; set; }

Property Value

Dictionary <string , DiscoveryTarget >

  • Properties
    • CustomizationHash
    • Datacenter
    • Namespace
    • Nodes
    • Protocol
    • ServiceName
    • StartNode
    • Targets