Sha256: 2c09daf004c54cfc7a31b27e596b6800c5c3b31cf57af4846fb040b65c71d00f
Contents?: true
Size: 488 Bytes
Versions: 3
Compression:
Stored size: 488 Bytes
Contents
# BmcApi::QuotaEditLimitRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **limit** | **Integer** | The new limit that is requested. Minimum allowed limit values: - 0 (Server, IPs) - 1000 (Network Storage) | | | **reason** | **String** | The reason for changing the limit. | | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::QuotaEditLimitRequest.new( limit: 10, reason: I need more servers for my cluster. ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pnap_bmc_api-2.1.0 | docs/QuotaEditLimitRequest.md |
pnap_bmc_api-2.0.0 | docs/QuotaEditLimitRequest.md |
pnap_bmc_api-1.5.0 | docs/QuotaEditLimitRequest.md |