Skip to main content

Class DefaultsConfig

Namespace: Consul
Assembly: Consul.dll

public class DefaultsConfig

Inheritance

objectDefaultsConfig

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

string

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

LimitsConfig

MeshGateway

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public MeshGatewayConfig MeshGateway { get; set; }

Property Value

MeshGatewayConfig

PassiveHealthCheck

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public PassiveHealthCheckConfig PassiveHealthCheck { get; set; }

Property Value

PassiveHealthCheckConfig

Protocol

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }

Property Value

string

  • Properties
    • BalanceOutboundConnections
    • ConnectTimeoutMs
    • Limits
    • MeshGateway
    • PassiveHealthCheck
    • Protocol