📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_system_source_from_backup.cpython-39.opt-1.pyc
a ���fH � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DbSystemSource� )�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 )�DbSystemSourceFromBackupz7 From which backup this DB System was created. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new DbSystemSourceFromBackup object with values from keyword arguments. The default value of the :py:attr:`~oci.mysql.models.DbSystemSourceFromBackup.source_type` attribute of this class is ``BACKUP`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this DbSystemSourceFromBackup. Allowed values for this property are: "NONE", "BACKUP", "PITR", "IMPORTURL" :type source_type: str :param backup_id: The value to assign to the backup_id property of this DbSystemSourceFromBackup. :type backup_id: str �str)Zsource_type� backup_idZ sourceTypeZbackupIdNZBACKUP)Z swagger_typesZ attribute_mapZ_source_type� _backup_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/mysql/models/db_system_source_from_backup.py�__init__ s ��z!DbSystemSourceFromBackup.__init__c C s | j S )z� **[Required]** Gets the backup_id of this DbSystemSourceFromBackup. The OCID of the backup to be used as the source for the new DB System. :return: The backup_id of this DbSystemSourceFromBackup. :rtype: str �r �r r r r r 0 s z"DbSystemSourceFromBackup.backup_idc C s || _ dS )z� Sets the backup_id of this DbSystemSourceFromBackup. The OCID of the backup to be used as the source for the new DB System. :param backup_id: The backup_id of this DbSystemSourceFromBackup. :type: str Nr )r r r r r r <