📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
database_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_golden_gate_hub.cpython-39.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateGoldenGateHubz_ Details about Oracle GoldenGate Microservices. Required for online logical migration. c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new CreateGoldenGateHub object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param rest_admin_credentials: The value to assign to the rest_admin_credentials property of this CreateGoldenGateHub. :type rest_admin_credentials: oci.database_migration.models.CreateAdminCredentials :param source_db_admin_credentials: The value to assign to the source_db_admin_credentials property of this CreateGoldenGateHub. :type source_db_admin_credentials: oci.database_migration.models.CreateAdminCredentials :param source_container_db_admin_credentials: The value to assign to the source_container_db_admin_credentials property of this CreateGoldenGateHub. :type source_container_db_admin_credentials: oci.database_migration.models.CreateAdminCredentials :param target_db_admin_credentials: The value to assign to the target_db_admin_credentials property of this CreateGoldenGateHub. :type target_db_admin_credentials: oci.database_migration.models.CreateAdminCredentials :param url: The value to assign to the url property of this CreateGoldenGateHub. :type url: str :param source_microservices_deployment_name: The value to assign to the source_microservices_deployment_name property of this CreateGoldenGateHub. :type source_microservices_deployment_name: str :param target_microservices_deployment_name: The value to assign to the target_microservices_deployment_name property of this CreateGoldenGateHub. :type target_microservices_deployment_name: str :param compute_id: The value to assign to the compute_id property of this CreateGoldenGateHub. :type compute_id: str ZCreateAdminCredentials�str)�rest_admin_credentials�source_db_admin_credentials�%source_container_db_admin_credentials�target_db_admin_credentials�url�$source_microservices_deployment_name�$target_microservices_deployment_name� compute_idZrestAdminCredentialsZsourceDbAdminCredentialsZ!sourceContainerDbAdminCredentialsZtargetDbAdminCredentialsr Z!sourceMicroservicesDeploymentNameZ!targetMicroservicesDeploymentNameZ computeIdN) Z swagger_typesZ attribute_map�_rest_admin_credentials�_source_db_admin_credentials�&_source_container_db_admin_credentials�_target_db_admin_credentials�_url�%_source_microservices_deployment_name�%_target_microservices_deployment_name�_compute_id)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database_migration/models/create_golden_gate_hub.py�__init__ s4 '��zCreateGoldenGateHub.__init__c C s | j S )z� **[Required]** Gets the rest_admin_credentials of this CreateGoldenGateHub. :return: The rest_admin_credentials of this CreateGoldenGateHub. :rtype: oci.database_migration.models.CreateAdminCredentials �r �r r r r r W s z*CreateGoldenGateHub.rest_admin_credentialsc C s || _ dS )z� Sets the rest_admin_credentials of this CreateGoldenGateHub. :param rest_admin_credentials: The rest_admin_credentials of this CreateGoldenGateHub. :type: oci.database_migration.models.CreateAdminCredentials Nr )r r r r r r a s c C s | j S )z� Gets the source_db_admin_credentials of this CreateGoldenGateHub. :return: The source_db_admin_credentials of this CreateGoldenGateHub. :rtype: oci.database_migration.models.CreateAdminCredentials �r r r r r r k s z/CreateGoldenGateHub.source_db_admin_credentialsc C s || _ dS )a Sets the source_db_admin_credentials of this CreateGoldenGateHub. :param source_db_admin_credentials: The source_db_admin_credentials of this CreateGoldenGateHub. :type: oci.database_migration.models.CreateAdminCredentials Nr )r r r r r r u s c C s | j S )z� Gets the source_container_db_admin_credentials of this CreateGoldenGateHub. :return: The source_container_db_admin_credentials of this CreateGoldenGateHub. :rtype: oci.database_migration.models.CreateAdminCredentials �r r r r r r s z9CreateGoldenGateHub.source_container_db_admin_credentialsc C s || _ dS )a Sets the source_container_db_admin_credentials of this CreateGoldenGateHub. :param source_container_db_admin_credentials: The source_container_db_admin_credentials of this CreateGoldenGateHub. :type: oci.database_migration.models.CreateAdminCredentials Nr )r r r r r r � s c C s | j S )z� Gets the target_db_admin_credentials of this CreateGoldenGateHub. :return: The target_db_admin_credentials of this CreateGoldenGateHub. :rtype: oci.database_migration.models.CreateAdminCredentials �r r r r r r � s z/CreateGoldenGateHub.target_db_admin_credentialsc C s || _ dS )a Sets the target_db_admin_credentials of this CreateGoldenGateHub. :param target_db_admin_credentials: The target_db_admin_credentials of this CreateGoldenGateHub. :type: oci.database_migration.models.CreateAdminCredentials Nr! )r r r r r r � s c C s | j S )a_ **[Required]** Gets the url of this CreateGoldenGateHub. Oracle GoldenGate Microservices hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA :return: The url of this CreateGoldenGateHub. :rtype: str �r r r r r r � s zCreateGoldenGateHub.urlc C s || _ dS )aR Sets the url of this CreateGoldenGateHub. Oracle GoldenGate Microservices hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA :param url: The url of this CreateGoldenGateHub. :type: str Nr"