Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.39 KB

QuotaQuotaCreateParams.md

File metadata and controls

18 lines (14 loc) · 1.39 KB

QuotaQuotaCreateParams

Properties

Name Type Description Notes
Container bool If true, SMB shares using the quota directory see the quota thresholds as share size. [optional] [default to null]
Enforced bool True if the quota provides enforcement, otherwise a accounting quota. [default to null]
Force bool Force creation of quotas on the root of /ifs. [optional] [default to null]
IncludeSnapshots bool If true, quota governs snapshot data as well as head data. [default to null]
Path string The /ifs path governed. [default to null]
Persona *AuthAccessAccessItemFileGroup Specifies properties for a persona, which consists of either a 'type' and a 'name' or an 'ID'. [optional] [default to null]
Thresholds *QuotaQuotaThresholds [optional] [default to null]
ThresholdsIncludeOverhead bool If true, thresholds apply to data plus filesystem overhead required to store the data (i.e. 'physical' usage). [default to null]
Type_ string The type of quota. [default to null]

[Back to Model list] [Back to API list] [Back to README]