Skip to main content

Class NodeInfo

Namespace: Consul
Assembly: Consul.dll

public class NodeInfo

Inheritance

objectNodeInfo

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Address

public string Address { get; set; }

Property Value

string

Datacenter

public string Datacenter { get; set; }

Property Value

string

ID

public string ID { get; set; }

Property Value

string

Meta

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

Property Value

Dictionary <string , string >

Node

public string Node { get; set; }

Property Value

string

TaggedAddresses

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

Property Value

Dictionary <string , string >

  • Properties
    • Address
    • Datacenter
    • ID
    • Meta
    • Node
    • TaggedAddresses