Skip to main content

Class ServiceConfiguration

Namespace: Consul
Assembly: Consul.dll

public class ServiceConfiguration

Inheritance

objectServiceConfiguration

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

ContentHash

public string ContentHash { get; set; }

Property Value

string

Datacenter

public string Datacenter { get; set; }

Property Value

string

EnableTagOverride

public bool EnableTagOverride { get; set; }

Property Value

bool

ID

public string ID { get; set; }

Property Value

string

Kind

public string Kind { get; set; }

Property Value

string

Meta

public object Meta { get; set; }

Property Value

object

Namespace

public string Namespace { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Proxy

public Proxy Proxy { get; set; }

Property Value

Proxy

Service

public string Service { get; set; }

Property Value

string

TaggedAddresses

public TaggedAddresses TaggedAddresses { get; set; }

Property Value

TaggedAddresses

Tags

public object Tags { get; set; }

Property Value

object

Weights

public Weights Weights { get; set; }

Property Value

Weights

  • Properties
    • Address
    • ContentHash
    • Datacenter
    • EnableTagOverride
    • ID
    • Kind
    • Meta
    • Namespace
    • Port
    • Proxy
    • Service
    • TaggedAddresses
    • Tags
    • Weights