📂 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: create_backup_details.cpython-39.pyc
a ���fR# � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�CreateBackupDetailsz, Complete information for a Backup. �FULL�INCREMENTALc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )ao Initializes a new CreateBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateBackupDetails. :type display_name: str :param description: The value to assign to the description property of this CreateBackupDetails. :type description: str :param backup_type: The value to assign to the backup_type property of this CreateBackupDetails. Allowed values for this property are: "FULL", "INCREMENTAL" :type backup_type: str :param db_system_id: The value to assign to the db_system_id property of this CreateBackupDetails. :type db_system_id: str :param retention_in_days: The value to assign to the retention_in_days property of this CreateBackupDetails. :type retention_in_days: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateBackupDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBackupDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object)))�display_name�description�backup_type�db_system_id�retention_in_days� freeform_tags�defined_tagsZdisplayNamer Z backupTypeZ dbSystemIdZretentionInDaysZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_backup_type� _db_system_id�_retention_in_days�_freeform_tags� _defined_tags)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/mysql/models/create_backup_details.py�__init__ s. $�� zCreateBackupDetails.__init__c C s | j S )z� Gets the display_name of this CreateBackupDetails. A user-supplied display name for the backup. :return: The display_name of this CreateBackupDetails. :rtype: str �r �r r r r r Y s z CreateBackupDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateBackupDetails. A user-supplied display name for the backup. :param display_name: The display_name of this CreateBackupDetails. :type: str Nr )r r r r r r e s c C s | j S )z� Gets the description of this CreateBackupDetails. A user-supplied description for the backup. :return: The description of this CreateBackupDetails. :rtype: str �r r r r r r q s zCreateBackupDetails.descriptionc C s || _ dS )z� Sets the description of this CreateBackupDetails. A user-supplied description for the backup. :param description: The description of this CreateBackupDetails. :type: str Nr )r r r r r r } s c C s | j S )z� Gets the backup_type of this CreateBackupDetails. The type of backup. Allowed values for this property are: "FULL", "INCREMENTAL" :return: The backup_type of this CreateBackupDetails. :rtype: str )r r r r r r � s zCreateBackupDetails.backup_typec C s* ddg}t ||�s td|� ���|| _dS )z� Sets the backup_type of this CreateBackupDetails. The type of backup. :param backup_type: The backup_type of this CreateBackupDetails. :type: str r r z8Invalid value for `backup_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )z� **[Required]** Gets the db_system_id of this CreateBackupDetails. The OCID of the DB System the Backup is associated with. :return: The db_system_id of this CreateBackupDetails. :rtype: str �r r r r r r � s z CreateBackupDetails.db_system_idc C s || _ dS )z� Sets the db_system_id of this CreateBackupDetails. The OCID of the DB System the Backup is associated with. :param db_system_id: The db_system_id of this CreateBackupDetails. :type: str Nr"