📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_deletion_policy_details.cpython-39.opt-1.pyc
a ���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 @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�UpdateDeletionPolicyDetailszk Policy for how the DB System and related resources should be handled at the time of its deletion. �DELETE�RETAIN�SKIP_FINAL_BACKUP�REQUIRE_FINAL_BACKUPc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdateDeletionPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param automatic_backup_retention: The value to assign to the automatic_backup_retention property of this UpdateDeletionPolicyDetails. Allowed values for this property are: "DELETE", "RETAIN" :type automatic_backup_retention: str :param final_backup: The value to assign to the final_backup property of this UpdateDeletionPolicyDetails. Allowed values for this property are: "SKIP_FINAL_BACKUP", "REQUIRE_FINAL_BACKUP" :type final_backup: str :param is_delete_protected: The value to assign to the is_delete_protected property of this UpdateDeletionPolicyDetails. :type is_delete_protected: bool �str�bool)�automatic_backup_retention�final_backup�is_delete_protectedZautomaticBackupRetentionZfinalBackupZisDeleteProtectedN)Z swagger_typesZ attribute_map�_automatic_backup_retention� _final_backup�_is_delete_protected)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/mysql/models/update_deletion_policy_details.py�__init__"