Reference Guide

Table Of Contents
Name Description Schema
file_system
optional
This is the embeddable reference form of file_system_id
attribute.
file_system_instance
file_system_id
optional
Unique identifier of the associated filesystem. string
hard_limit
optional
Hard limit of the user 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.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
id
optional
read-only
Unique identifier of the user quota. string
remaining_gr
ace_period
optional
Remaining grace period, in seconds, after the soft limit is
exceeded: - 0 - Grace period has already expired - -1 - No
grace period in-progress, or infinite grace period set The
grace period of user quotas is set in the file system quota
configuration.
Minimum value : 0
Maximum value : 2147483647
integer (int32)
size_used
optional
Size currently consumed by the user on the filesystem, in
bytes.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
soft_limit
optional
Soft limit of the user quota, in bytes. No hard limit when set
to 0.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
state
optional
FileQuotaStateEnum
state_l10n
optional
Localized message string corresponding to state string
tree_quota
optional
This is the embeddable reference form of tree_quota_id
attribute.
file_tree_quota_insta
nce
597