ModifyGlobalSettingsDetails¶
- 
class oci.data_safe.models.ModifyGlobalSettingsDetails(**kwargs)¶
- Bases: - object- The details required to modify the global settings in Data Safe. - Methods - __init__(**kwargs)- Initializes a new ModifyGlobalSettingsDetails object with values from keyword arguments. - Attributes - is_paid_usage- Gets the is_paid_usage of this ModifyGlobalSettingsDetails. - offline_retention_period- Gets the offline_retention_period of this ModifyGlobalSettingsDetails. - online_retention_period- Gets the online_retention_period of this ModifyGlobalSettingsDetails. - 
__init__(**kwargs)¶
- Initializes a new ModifyGlobalSettingsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_paid_usage (bool) – The value to assign to the is_paid_usage property of this ModifyGlobalSettingsDetails.
- online_retention_period (int) – The value to assign to the online_retention_period property of this ModifyGlobalSettingsDetails.
- offline_retention_period (int) – The value to assign to the offline_retention_period property of this ModifyGlobalSettingsDetails.
 
 - 
is_paid_usage¶
- Gets the is_paid_usage of this ModifyGlobalSettingsDetails. The paid usage option chosen by the customer admin. - Returns: - The is_paid_usage of this ModifyGlobalSettingsDetails. - Return type: - bool 
 - 
offline_retention_period¶
- Gets the offline_retention_period of this ModifyGlobalSettingsDetails. The offline retention period in months. - Returns: - The offline_retention_period of this ModifyGlobalSettingsDetails. - Return type: - int 
 - 
online_retention_period¶
- Gets the online_retention_period of this ModifyGlobalSettingsDetails. The online retention period in months. - Returns: - The online_retention_period of this ModifyGlobalSettingsDetails. - Return type: - int 
 
-