Class PassiveHealthCheckConfig
Namespace: Consul
Assembly: Consul.dll
public class PassiveHealthCheckConfig
Inheritance
object ← PassiveHealthCheckConfig
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
BaseEjectionTime
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string BaseEjectionTime { get; set; }
Property Value
EnforcingConsecutive5xx
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? EnforcingConsecutive5xx { get; set; }
Property Value
int ?
Interval
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Interval { get; set; }
Property Value
MaxEjectionPercent
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? MaxEjectionPercent { get; set; }
Property Value
int ?
MaxFailures
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? MaxFailures { get; set; }
Property Value
int ?