Skip to main content

Class CatalogService

Namespace: Consul
Assembly: Consul.dll

public class CatalogService

Inheritance

objectCatalogService

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

Node

public string Node { get; set; }

Property Value

string

ServiceAddress

public string ServiceAddress { get; set; }

Property Value

string

ServiceEnableTagOverride

public bool ServiceEnableTagOverride { get; set; }

Property Value

bool

ServiceID

public string ServiceID { get; set; }

Property Value

string

ServiceMeta

public IDictionary<string, string> ServiceMeta { get; set; }

Property Value

IDictionary <string , string >

ServiceName

public string ServiceName { get; set; }

Property Value

string

ServicePort

public int ServicePort { get; set; }

Property Value

int

ServiceTaggedAddresses

public Dictionary<string, ServiceTaggedAddress> ServiceTaggedAddresses { get; set; }

Property Value

Dictionary <string , ServiceTaggedAddress >

ServiceTags

public string[] ServiceTags { get; set; }

Property Value

string []

  • Properties
    • Address
    • Node
    • ServiceAddress
    • ServiceEnableTagOverride
    • ServiceID
    • ServiceMeta
    • ServiceName
    • ServicePort
    • ServiceTaggedAddresses
    • ServiceTags