Name | Type | Description | Notes |
---|---|---|---|
name | str | The name of the object (e.g., a file system or snapshot) | [optional] |
file_system | FixedReference | [optional] | |
file_system_default_quota | int | File system's default user quota (in bytes). If it is 0, it means there is no default quota. This will be the effective user quota if the user doesn't have an individual quota. This default quota is set through the file-system endpoint. | [optional] |
quota | int | The limit of the quota (in bytes) for the specified user, cannot be 0. Modifiable. If specified, this value will override the file system's default user quota. | [optional] |
usage | int | The usage of the file system (in bytes) by the specified user. | [optional] |
user | QuotasuserUser | [optional] |