Class ControlPlaneRequestLimitEntry
Namespace: Consul
Assembly: Consul.dll
Configuration options for the control-plane-request-limit configuration entry
public class ControlPlaneRequestLimitEntry : IConfigurationEntry
Inheritance
object ← ControlPlaneRequestLimitEntry
Implements
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ACL
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ACLRateLimit ACL { get; set; }
Property Value
Catalog
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public CatalogRateLimit Catalog { get; set; }
Property Value
KV
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public KVRateLimit KV { get; set; }
Property Value
Kind
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Kind { get; set; }
Property Value
Mode
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Mode { get; set; }
Property Value
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
ReadRate
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? ReadRate { get; set; }
Property Value
int ?
WriteRate
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? WriteRate { get; set; }
Property Value
int ?