Class GatewayDefaults
Namespace: Consul
Assembly: Consul.dll
public class GatewayDefaults
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
MaxConcurrentRequests
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? MaxConcurrentRequests { get; set; }
Property Value
int ?
MaxConnections
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? MaxConnections { get; set; }
Property Value
int ?
MaxPendingRequests
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? MaxPendingRequests { get; set; }
Property Value
int ?
PassiveHealthCheck
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public PassiveHealthCheckConfig PassiveHealthCheck { get; set; }