Class ConnectServiceInstances
Namespace: Consul
Assembly: Consul.dll
public class ConnectServiceInstances
Inheritance
object ← ConnectServiceInstances
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
ConnectProxy
[JsonProperty("connect-proxy")]
public int ConnectProxy { get; set; }
Property Value
IngressGateway
[JsonProperty("ingress-gateway")]
public int IngressGateway { get; set; }
Property Value
MeshGateway
[JsonProperty("mesh-gateway")]
public int MeshGateway { get; set; }
Property Value
TerminatingGateway
[JsonProperty("terminating-gateway")]
public int TerminatingGateway { get; set; }