Class DefaultsConfig
Namespace: Consul
Assembly: Consul.dll
public class DefaultsConfig
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
PassiveHealthCheck
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public PassiveHealthCheckConfig PassiveHealthCheck { get; set; }
Property Value
Protocol
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }