📂 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
›
mysql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/mysql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deletion_policy_details.pyc
a O��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 )�DeletionPolicyDetailsz0 The Deletion policy for the DB System. �DELETE�RETAIN�SKIP_FINAL_BACKUP�REQUIRE_FINAL_BACKUPc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )at Initializes a new DeletionPolicyDetails 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 DeletionPolicyDetails. Allowed values for this property are: "DELETE", "RETAIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type automatic_backup_retention: str :param final_backup: The value to assign to the final_backup property of this DeletionPolicyDetails. Allowed values for this property are: "SKIP_FINAL_BACKUP", "REQUIRE_FINAL_BACKUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type final_backup: str :param is_delete_protected: The value to assign to the is_delete_protected property of this DeletionPolicyDetails. :type is_delete_protected: bool �str�bool)�automatic_backup_retention�final_backup�is_delete_protected�automaticBackupRetention�finalBackup�isDeleteProtectedN)� swagger_types� attribute_map�_automatic_backup_retention� _final_backup�_is_delete_protected)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/deletion_policy_details.py�__init__ s ��zDeletionPolicyDetails.__init__c C s | j S )a� **[Required]** Gets the automatic_backup_retention of this DeletionPolicyDetails. Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted. Allowed values for this property are: "DELETE", "RETAIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The automatic_backup_retention of this DeletionPolicyDetails. :rtype: str )r �r r r r r F s z0DeletionPolicyDetails.automatic_backup_retentionc C s ddg}t ||�sd}|| _dS )aR Sets the automatic_backup_retention of this DeletionPolicyDetails. Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted. :param automatic_backup_retention: The automatic_backup_retention of this DeletionPolicyDetails. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r U s c C s | j S )am **[Required]** Gets the final_backup of this DeletionPolicyDetails. Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted. Allowed values for this property are: "SKIP_FINAL_BACKUP", "REQUIRE_FINAL_BACKUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The final_backup of this DeletionPolicyDetails. :rtype: str )r r r r r r d s z"DeletionPolicyDetails.final_backupc C s ddg}t ||�sd}|| _dS )a� Sets the final_backup of this DeletionPolicyDetails. Specifies whether or not a backup is taken when the DB System is deleted. REQUIRE_FINAL_BACKUP: a backup is taken if the DB System is deleted. SKIP_FINAL_BACKUP: a backup is not taken if the DB System is deleted. :param final_backup: The final_backup of this DeletionPolicyDetails. :type: str r r r N)r r )r r r r r r r u s c C s | j S )a. **[Required]** Gets the is_delete_protected of this DeletionPolicyDetails. Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow. :return: The is_delete_protected of this DeletionPolicyDetails. :rtype: bool �r r r r r r � s z)DeletionPolicyDetails.is_delete_protectedc C s || _ dS )a1 Sets the is_delete_protected of this DeletionPolicyDetails. Specifies whether the DB System can be deleted. Set to true to prevent deletion, false (default) to allow. :param is_delete_protected: The is_delete_protected of this DeletionPolicyDetails. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zDeletionPolicyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDeletionPolicyDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s zDeletionPolicyDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�!AUTOMATIC_BACKUP_RETENTION_DELETE�!AUTOMATIC_BACKUP_RETENTION_RETAIN�FINAL_BACKUP_SKIP_FINAL_BACKUP�!FINAL_BACKUP_REQUIRE_FINAL_BACKUPr �propertyr �setterr r r"