Class: Vault::Quota
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Name of the quota rule.
-
#path ⇒ String
readonly
Namespace/Path combination the quota applies to.
-
#type ⇒ String
readonly
Type of the quota rule, must be one of “lease-count” or “rate-limit”.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#name ⇒ String (readonly)
Name of the quota rule.
9 |
# File 'lib/vault/api/sys/quota.rb', line 9 field :name |
#path ⇒ String (readonly)
Namespace/Path combination the quota applies to.
14 |
# File 'lib/vault/api/sys/quota.rb', line 14 field :path |
#type ⇒ String (readonly)
Type of the quota rule, must be one of “lease-count” or “rate-limit”
19 |
# File 'lib/vault/api/sys/quota.rb', line 19 field :type |