Class MeshEntry
Namespace: Consul
Assembly: Consul.dll
The mesh configuration entry allows you to define a global default configuration that applies to all service mesh proxies.
public class MeshEntry : IConfigurationEntry
Inheritance
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
AllowEnablingPermissiveMutualTLS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool AllowEnablingPermissiveMutualTLS { get; set; }
Property Value
HTTP
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HTTPConfig HTTP { get; set; }
Property Value
Incoming
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSDirectionConfig Incoming { get; set; }
Property Value
Kind
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Kind { get; set; }
Property Value
MeshDestinationsOnly
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool MeshDestinationsOnly { get; set; }
Property Value
Meta
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
Outgoing
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSDirectionConfig Outgoing { get; set; }
Property Value
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Peering
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public PeeringMeshConfig Peering { get; set; }
Property Value
SanitizeXForwardedClientCert
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool SanitizeXForwardedClientCert { get; set; }
Property Value
TLS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSConfig TLS { get; set; }
Property Value
TransparentProxy
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TransparentProxyConfig TransparentProxy { get; set; }