📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
psql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/psql/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monthly_backup_policy.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BackupPolicy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�MonthlyBackupPolicyz Monthly backup policy. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a$ Initializes a new MonthlyBackupPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.psql.models.MonthlyBackupPolicy.kind` attribute of this class is ``MONTHLY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this MonthlyBackupPolicy. Allowed values for this property are: "DAILY", "WEEKLY", "MONTHLY", "NONE" :type kind: str :param retention_days: The value to assign to the retention_days property of this MonthlyBackupPolicy. :type retention_days: int :param backup_start: The value to assign to the backup_start property of this MonthlyBackupPolicy. :type backup_start: str :param days_of_the_month: The value to assign to the days_of_the_month property of this MonthlyBackupPolicy. :type days_of_the_month: list[int] �str�intz list[int])�kindZretention_days�backup_start�days_of_the_monthr Z retentionDaysZbackupStartZdaysOfTheMonthNZMONTHLY)Z swagger_typesZ attribute_mapZ_kindZ_retention_days� _backup_start�_days_of_the_month)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/psql/models/monthly_backup_policy.py�__init__ s ��zMonthlyBackupPolicy.__init__c C s | j S )z� **[Required]** Gets the backup_start of this MonthlyBackupPolicy. Hour of the day when backup starts. :return: The backup_start of this MonthlyBackupPolicy. :rtype: str �r �r r r r r >