📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: change_retention_details.pyc
a N��fQ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ChangeRetentionDetailsz@ Details for the audit retention months to be modified. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ChangeRetentionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param online_months: The value to assign to the online_months property of this ChangeRetentionDetails. :type online_months: int :param offline_months: The value to assign to the offline_months property of this ChangeRetentionDetails. :type offline_months: int :param is_override_global_retention_setting: The value to assign to the is_override_global_retention_setting property of this ChangeRetentionDetails. :type is_override_global_retention_setting: bool �int�bool)� online_months�offline_months�$is_override_global_retention_setting�onlineMonths� offlineMonths� isOverrideGlobalRetentionSettingN)� swagger_types� attribute_map�_online_months�_offline_months�%_is_override_global_retention_setting)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/change_retention_details.py�__init__ s ��zChangeRetentionDetails.__init__c C s | j S )aa Gets the online_months of this ChangeRetentionDetails. Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months :return: The online_months of this ChangeRetentionDetails. :rtype: int �r �r r r r r 2 s z$ChangeRetentionDetails.online_monthsc C s || _ dS )am Sets the online_months of this ChangeRetentionDetails. Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months :param online_months: The online_months of this ChangeRetentionDetails. :type: int Nr )r r r r r r ? s c C s | j S )a� Gets the offline_months of this ChangeRetentionDetails. Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support. :return: The offline_months of this ChangeRetentionDetails. :rtype: int �r r r r r r L s z%ChangeRetentionDetails.offline_monthsc C s || _ dS )a� Sets the offline_months of this ChangeRetentionDetails. Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support. :param offline_months: The offline_months of this ChangeRetentionDetails. :type: int Nr )r r r r r r Z s c C s | j S )au Gets the is_override_global_retention_setting of this ChangeRetentionDetails. Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings. :return: The is_override_global_retention_setting of this ChangeRetentionDetails. :rtype: bool �r r r r r r h s z;ChangeRetentionDetails.is_override_global_retention_settingc C s || _ dS )a� Sets the is_override_global_retention_setting of this ChangeRetentionDetails. Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings. :param is_override_global_retention_setting: The is_override_global_retention_setting of this ChangeRetentionDetails. :type: bool Nr )r r r r r r u s c C s t | �S �N)r r r r r �__repr__� s zChangeRetentionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zChangeRetentionDetails.__eq__c C s | |k S r r r r r r �__ne__� s zChangeRetentionDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"