Class OverrideConfig
Namespace: Consul
Assembly: Consul.dll
public class OverrideConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
BalanceOutboundConnections
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string BalanceOutboundConnections { get; set; }
Property Value
ConnectTimeoutMs
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? ConnectTimeoutMs { get; set; }
Property Value
int ?
Limits
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public LimitsConfig Limits { get; set; }
Property Value
MeshGateway
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public MeshGatewayConfig MeshGateway { get; set; }
Property Value
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
PassiveHealthCheck
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public PassiveHealthCheckConfig PassiveHealthCheck { get; set; }
Property Value
Peer
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Peer { get; set; }
Property Value
Protocol
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }