Skip to main content

Class TcpRouteEntry

Namespace: Consul
Assembly: Consul.dll

The TcpRouteEntry configures TCP route resources.

public class TcpRouteEntry

Inheritance

objectTcpRouteEntry

Inherited Members

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

Properties

Kind

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Kind { get; set; }

Property Value

string

Meta

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Meta { get; set; }

Property Value

Dictionary <string , string >

Name

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string

Namespace

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }

Property Value

string

Parents

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

Property Value

List <ApiGatewayReference >

Partition

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }

Property Value

string

Services

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

Property Value

List <TcpRouteService >

  • Properties
    • Kind
    • Meta
    • Name
    • Namespace
    • Parents
    • Partition
    • Services