Skip to main content

Class ControlPlaneRequestLimitEntry

Namespace: Consul
Assembly: Consul.dll

Configuration options for the control-plane-request-limit configuration entry

public class ControlPlaneRequestLimitEntry : IConfigurationEntry

Inheritance

objectControlPlaneRequestLimitEntry

Implements

IConfigurationEntry

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

ACLRateLimit

Catalog

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public CatalogRateLimit Catalog { get; set; }

Property Value

CatalogRateLimit

KV

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public KVRateLimit KV { get; set; }

Property Value

KVRateLimit

Kind

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

Property Value

string

Mode

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

Property Value

string

Name

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

Property Value

string

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 ?

  • Properties
    • ACL
    • Catalog
    • KV
    • Kind
    • Mode
    • Name
    • ReadRate
    • WriteRate