📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_pluggable_database_from_relocate_details.cpython-39.pyc
a ���f, � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�*CreatePluggableDatabaseCreationTypeDetails� )�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 dd� Zdd� Zdd� Z dS )�*CreatePluggableDatabaseFromRelocateDetailsz� Specifies the creation type Relocate. Additional input 'dblinkUsername` and `dblinkUserPassword` can be provided for Relocate Operation. If not provided, Backend will create a temporary user to perform Relocate operation. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a% Initializes a new CreatePluggableDatabaseFromRelocateDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.CreatePluggableDatabaseFromRelocateDetails.creation_type` attribute of this class is ``RELOCATE_PDB`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param creation_type: The value to assign to the creation_type property of this CreatePluggableDatabaseFromRelocateDetails. Allowed values for this property are: "LOCAL_CLONE_PDB", "REMOTE_CLONE_PDB", "RELOCATE_PDB" :type creation_type: str :param dblink_username: The value to assign to the dblink_username property of this CreatePluggableDatabaseFromRelocateDetails. :type dblink_username: str :param dblink_user_password: The value to assign to the dblink_user_password property of this CreatePluggableDatabaseFromRelocateDetails. :type dblink_user_password: str :param source_pluggable_database_id: The value to assign to the source_pluggable_database_id property of this CreatePluggableDatabaseFromRelocateDetails. :type source_pluggable_database_id: str :param source_container_database_admin_password: The value to assign to the source_container_database_admin_password property of this CreatePluggableDatabaseFromRelocateDetails. :type source_container_database_admin_password: str �str)Z creation_type�dblink_username�dblink_user_password�source_pluggable_database_id�(source_container_database_admin_passwordZcreationTypeZdblinkUsernameZdblinkUserPasswordZsourcePluggableDatabaseIdZ$sourceContainerDatabaseAdminPasswordNZRELOCATE_PDB)Z swagger_typesZ attribute_mapZ_creation_type�_dblink_username�_dblink_user_password�_source_pluggable_database_id�)_source_container_database_admin_password)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/database/models/create_pluggable_database_from_relocate_details.py�__init__ s$ � �z3CreatePluggableDatabaseFromRelocateDetails.__init__c C s | j S )z� Gets the dblink_username of this CreatePluggableDatabaseFromRelocateDetails. The name of the DB link user. :return: The dblink_username of this CreatePluggableDatabaseFromRelocateDetails. :rtype: str �r �r r r r r G s z:CreatePluggableDatabaseFromRelocateDetails.dblink_usernamec C s || _ dS )a Sets the dblink_username of this CreatePluggableDatabaseFromRelocateDetails. The name of the DB link user. :param dblink_username: The dblink_username of this CreatePluggableDatabaseFromRelocateDetails. :type: str Nr )r r r r r r S s c C s | j S )z� Gets the dblink_user_password of this CreatePluggableDatabaseFromRelocateDetails. The DB link user password. :return: The dblink_user_password of this CreatePluggableDatabaseFromRelocateDetails. :rtype: str �r r r r r r _ s z?CreatePluggableDatabaseFromRelocateDetails.dblink_user_passwordc C s || _ dS )a Sets the dblink_user_password of this CreatePluggableDatabaseFromRelocateDetails. The DB link user password. :param dblink_user_password: The dblink_user_password of this CreatePluggableDatabaseFromRelocateDetails. :type: str Nr )r r r r r r k s c C s | j S )a) **[Required]** Gets the source_pluggable_database_id of this CreatePluggableDatabaseFromRelocateDetails. The OCID of the Source Pluggable Database. :return: The source_pluggable_database_id of this CreatePluggableDatabaseFromRelocateDetails. :rtype: str �r r r r r r w s zGCreatePluggableDatabaseFromRelocateDetails.source_pluggable_database_idc C s || _ dS )a5 Sets the source_pluggable_database_id of this CreatePluggableDatabaseFromRelocateDetails. The OCID of the Source Pluggable Database. :param source_pluggable_database_id: The source_pluggable_database_id of this CreatePluggableDatabaseFromRelocateDetails. :type: str Nr )r r r r r r � s c C s | j S )a] **[Required]** Gets the source_container_database_admin_password of this CreatePluggableDatabaseFromRelocateDetails. The DB system administrator password of the source Container Database. :return: The source_container_database_admin_password of this CreatePluggableDatabaseFromRelocateDetails. :rtype: str �r r r r r r � s zSCreatePluggableDatabaseFromRelocateDetails.source_container_database_admin_passwordc C s || _ dS )au Sets the source_container_database_admin_password of this CreatePluggableDatabaseFromRelocateDetails. The DB system administrator password of the source Container Database. :param source_container_database_admin_password: The source_container_database_admin_password of this CreatePluggableDatabaseFromRelocateDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z3CreatePluggableDatabaseFromRelocateDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z1CreatePluggableDatabaseFromRelocateDetails.__eq__c C s | |k S r r r r r r �__ne__� s z1CreatePluggableDatabaseFromRelocateDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"