Sha256: 2b776a295e3c8454a16093bb63ac047db19a983aef47a5ac4f65dbfa73d1b2ce
Contents?: true
Size: 1003 Bytes
Versions: 8
Compression:
Stored size: 1003 Bytes
Contents
# BmcApi::Quota ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the Quota. | | | **name** | **String** | The name of the Quota. | | | **description** | **String** | The Quota description. | | | **status** | **String** | The status of the quota resource usage. | | | **limit** | **Integer** | The limit set for the quota. | | | **unit** | **String** | Unit of the quota type. Supported values are 'COUNT' and 'GB'. | | | **used** | **Integer** | The quota used expressed as a number. | | | **quota_edit_limit_request_details** | [**Array<QuotaEditLimitRequestDetails>**](QuotaEditLimitRequestDetails.md) | | [readonly] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::Quota.new( id: bmc.servers.max_count, name: Servers, description: Maximum number of BMC servers, status: OVER_LIMIT, limit: 2, unit: COUNT, used: 2, quota_edit_limit_request_details: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems