outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Quota

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | Option<**String**> | The account ID of the owner of the quotas. | [optional]
**description** | Option<**String**> | The description of the quota. | [optional]
**max_value** | Option<**i32**> | The maximum value of the quota for the account (if there is no limit, `0`). | [optional]
**name** | Option<**String**> | The unique name of the quota. | [optional]
**quota_collection** | Option<**String**> | The group name of the quota. | [optional]
**short_description** | Option<**String**> | The description of the quota. | [optional]
**used_value** | Option<**i32**> | The limit value currently used by the account. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)