Class: Vault::LeaseCountQuota
- Defined in:
- lib/vault/api/sys/quota.rb
Instance Attribute Summary collapse
-
#counter ⇒ Int
readonly
Number of currently active leases for the quota.
-
#max_leases ⇒ Int
readonly
The maximum number of allowed leases for this quota.
Attributes inherited from Quota
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#counter ⇒ Int (readonly)
Number of currently active leases for the quota.
40 |
# File 'lib/vault/api/sys/quota.rb', line 40 field :counter |
#max_leases ⇒ Int (readonly)
The maximum number of allowed leases for this quota.
45 |
# File 'lib/vault/api/sys/quota.rb', line 45 field :max_leases |