📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_database_from_another_database_details.pyc
a N��f6# � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�(CreateDatabaseFromAnotherDatabaseDetailsz9 CreateDatabaseFromAnotherDatabaseDetails model. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aQ Initializes a new CreateDatabaseFromAnotherDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_id: The value to assign to the database_id property of this CreateDatabaseFromAnotherDatabaseDetails. :type database_id: str :param backup_tde_password: The value to assign to the backup_tde_password property of this CreateDatabaseFromAnotherDatabaseDetails. :type backup_tde_password: str :param admin_password: The value to assign to the admin_password property of this CreateDatabaseFromAnotherDatabaseDetails. :type admin_password: str :param db_unique_name: The value to assign to the db_unique_name property of this CreateDatabaseFromAnotherDatabaseDetails. :type db_unique_name: str :param db_name: The value to assign to the db_name property of this CreateDatabaseFromAnotherDatabaseDetails. :type db_name: str :param time_stamp_for_point_in_time_recovery: The value to assign to the time_stamp_for_point_in_time_recovery property of this CreateDatabaseFromAnotherDatabaseDetails. :type time_stamp_for_point_in_time_recovery: datetime �str�datetime)�database_id�backup_tde_password�admin_password�db_unique_name�db_name�%time_stamp_for_point_in_time_recovery� databaseId�backupTDEPassword� adminPassword�dbUniqueName�dbName�timeStampForPointInTimeRecoveryN)� swagger_types� attribute_map�_database_id�_backup_tde_password�_admin_password�_db_unique_name�_db_name�&_time_stamp_for_point_in_time_recovery)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_database_from_another_database_details.py�__init__ s( � � z1CreateDatabaseFromAnotherDatabaseDetails.__init__c C s | j S )aB **[Required]** Gets the database_id of this CreateDatabaseFromAnotherDatabaseDetails. The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The database_id of this CreateDatabaseFromAnotherDatabaseDetails. :rtype: str �r �r r r r r G s z4CreateDatabaseFromAnotherDatabaseDetails.database_idc C s || _ dS )a= Sets the database_id of this CreateDatabaseFromAnotherDatabaseDetails. The database `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param database_id: The database_id of this CreateDatabaseFromAnotherDatabaseDetails. :type: str Nr"