outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FiltersQuota

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**collections** | Option<**Vec<String>**> | The group names of the quotas. | [optional]
**quota_names** | Option<**Vec<String>**> | The names of the quotas. | [optional]
**quota_types** | Option<**Vec<String>**> | The resource IDs if these are resource-specific quotas, `global` if they are not. | [optional]
**short_descriptions** | Option<**Vec<String>**> | The description of the quotas. | [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)