ToggleQuotaRulesDetails¶
-
class
oci.file_storage.models.
ToggleQuotaRulesDetails
(**kwargs)¶ Bases:
object
Details for enabling or disabling quota enforcement in the file system.
Methods
__init__
(**kwargs)Initializes a new ToggleQuotaRulesDetails object with values from keyword arguments. Attributes
are_quota_rules_enabled
[Required] Gets the are_quota_rules_enabled of this ToggleQuotaRulesDetails. -
__init__
(**kwargs)¶ Initializes a new ToggleQuotaRulesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: are_quota_rules_enabled (bool) – The value to assign to the are_quota_rules_enabled property of this ToggleQuotaRulesDetails.
-
are_quota_rules_enabled
¶ [Required] Gets the are_quota_rules_enabled of this ToggleQuotaRulesDetails. Specifies the enforcement of quota rules on the file system.
Returns: The are_quota_rules_enabled of this ToggleQuotaRulesDetails. Return type: bool
-