UpdateQuotaRuleDetails¶
-
class
oci.file_storage.models.
UpdateQuotaRuleDetails
(**kwargs)¶ Bases:
object
Details for updating a quota rule in the file system.
Methods
__init__
(**kwargs)Initializes a new UpdateQuotaRuleDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdateQuotaRuleDetails. quota_limit_in_gigabytes
Gets the quota_limit_in_gigabytes of this UpdateQuotaRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateQuotaRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateQuotaRuleDetails.
- quota_limit_in_gigabytes (int) – The value to assign to the quota_limit_in_gigabytes property of this UpdateQuotaRuleDetails.
-
display_name
¶ Gets the display_name of this UpdateQuotaRuleDetails. A user-friendly name that the quota rule will be renamed to. It does not have to be unique. Avoid entering confidential information. Example: UserXYZ’s quota
Returns: The display_name of this UpdateQuotaRuleDetails. Return type: str
-
quota_limit_in_gigabytes
¶ Gets the quota_limit_in_gigabytes of this UpdateQuotaRuleDetails. An updated value of the quota rule in gigabytes.
Returns: The quota_limit_in_gigabytes of this UpdateQuotaRuleDetails. Return type: int
-