Skip to main content

Class OverrideConfig

Namespace: Consul
Assembly: Consul.dll

public class OverrideConfig

Inheritance

objectOverrideConfig

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

Name

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

Property Value

string

Namespace

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

Property Value

string

PassiveHealthCheck

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

Property Value

PassiveHealthCheckConfig

Peer

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

Property Value

string

Protocol

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

Property Value

string

  • Properties
    • BalanceOutboundConnections
    • ConnectTimeoutMs
    • Limits
    • MeshGateway
    • Name
    • Namespace
    • PassiveHealthCheck
    • Peer
    • Protocol