Skip to main content

Class DestinationConfig

Namespace: Consul
Assembly: Consul.dll

public class DestinationConfig

Inheritance

objectDestinationConfig

Inherited Members

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

Properties

Addresses

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Addresses { get; set; }

Property Value

List <string >

Port

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? Port { get; set; }

Property Value

int ?