Skip to main content

Class ConnectServiceInstances

Namespace: Consul
Assembly: Consul.dll

public class ConnectServiceInstances

Inheritance

objectConnectServiceInstances

Inherited Members

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

Properties

ConnectNative

[JsonProperty("connect-native")]
public int ConnectNative { get; set; }

Property Value

int

ConnectProxy

[JsonProperty("connect-proxy")]
public int ConnectProxy { get; set; }

Property Value

int

IngressGateway

[JsonProperty("ingress-gateway")]
public int IngressGateway { get; set; }

Property Value

int

MeshGateway

[JsonProperty("mesh-gateway")]
public int MeshGateway { get; set; }

Property Value

int

TerminatingGateway

[JsonProperty("terminating-gateway")]
public int TerminatingGateway { get; set; }

Property Value

int

  • Properties
    • ConnectNative
    • ConnectProxy
    • IngressGateway
    • MeshGateway
    • TerminatingGateway