📂 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
›
audit
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/audit/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: configuration.pyc
a N��f� � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� Configurationz� The retention period setting, specified in days. For more information, see `Setting Audit Log Retention Period`__. __ https://docs.cloud.oracle.com/iaas/Content/Audit/Tasks/settingretentionperiod.htm c K s ddi| _ ddi| _d| _dS )av Initializes a new Configuration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param retention_period_days: The value to assign to the retention_period_days property of this Configuration. :type retention_period_days: int �retention_period_days�int�retentionPeriodDaysN)� swagger_types� attribute_map�_retention_period_days)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/audit/models/configuration.py�__init__ s ��zConfiguration.__init__c C s | j S )a Gets the retention_period_days of this Configuration. The retention period setting, specified in days. The minimum is 90, the maximum 365. Example: `90` :return: The retention_period_days of this Configuration. :rtype: int �r �r r r r r '