description(Optional[String])
— Description of the tree quota.
file_system_id(String)
— Unique identifier of the associated file system.
hard_limit(Optional[Integer[0,9223372036854775807]])
— Hard limit of the tree quota, in bytes. No hard limit when set to 0. This value can be used to compute amount of space that is consumed without limiting the space. Value is always rounded up to match the physical block size of the filesystem.
is_user_quotas_enforced(Optional[Boolean])
— Whether the quota must be enabled for all users, and whether user quota limits, if any, are enforced.Values are:- true - start tracking usage for all users on the quota tree, and enforce user quota limits.- false - stop tracking usage for all users on the quota tree, and do not enforce user quota limits.
path(String)
— Path relative to the root of the associated filesystem.
soft_limit(Optional[Integer[0,9223372036854775807]])
— Soft limit of the tree quota, in bytes. No hard limit when set to 0. Value is always rounded up to match the physical block size of the filesystem.