isilon 1.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# QuotaQuotaThresholds

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**advisory** | **i32** | Usage bytes at which notifications will be sent but writes will not be denied. | [optional] [default to null]
**hard** | **i32** | Usage bytes at which further writes will be denied. | [optional] [default to null]
**soft** | **i32** | Usage bytes at which notifications will be sent and soft grace time will be started. | [optional] [default to null]
**soft_grace** | **i32** | Time in seconds after which the soft threshold has been hit before writes will be denied. | [optional] [default to null]

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