📂 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_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: golden_gate_hub.cpython-39.opt-1.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 )#� GoldenGateHubz8 Details about Oracle GoldenGate Microservices. c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a7 Initializes a new GoldenGateHub 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 GoldenGateHub. :type rest_admin_credentials: oci.database_migration.models.AdminCredentials :param source_db_admin_credentials: The value to assign to the source_db_admin_credentials property of this GoldenGateHub. :type source_db_admin_credentials: oci.database_migration.models.AdminCredentials :param source_container_db_admin_credentials: The value to assign to the source_container_db_admin_credentials property of this GoldenGateHub. :type source_container_db_admin_credentials: oci.database_migration.models.AdminCredentials :param target_db_admin_credentials: The value to assign to the target_db_admin_credentials property of this GoldenGateHub. :type target_db_admin_credentials: oci.database_migration.models.AdminCredentials :param url: The value to assign to the url property of this GoldenGateHub. :type url: str :param source_microservices_deployment_name: The value to assign to the source_microservices_deployment_name property of this GoldenGateHub. :type source_microservices_deployment_name: str :param target_microservices_deployment_name: The value to assign to the target_microservices_deployment_name property of this GoldenGateHub. :type target_microservices_deployment_name: str :param compute_id: The value to assign to the compute_id property of this GoldenGateHub. :type compute_id: str ZAdminCredentials�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 �Q/usr/lib/python3.9/site-packages/oci/database_migration/models/golden_gate_hub.py�__init__ s4 '��zGoldenGateHub.__init__c C s | j S )z� **[Required]** Gets the rest_admin_credentials of this GoldenGateHub. :return: The rest_admin_credentials of this GoldenGateHub. :rtype: oci.database_migration.models.AdminCredentials �r �r r r r r W s z$GoldenGateHub.rest_admin_credentialsc C s || _ dS )z� Sets the rest_admin_credentials of this GoldenGateHub. :param rest_admin_credentials: The rest_admin_credentials of this GoldenGateHub. :type: oci.database_migration.models.AdminCredentials Nr )r r r r r r a s c C s | j S )z� **[Required]** Gets the source_db_admin_credentials of this GoldenGateHub. :return: The source_db_admin_credentials of this GoldenGateHub. :rtype: oci.database_migration.models.AdminCredentials �r r r r r r k s z)GoldenGateHub.source_db_admin_credentialsc C s || _ dS )z� Sets the source_db_admin_credentials of this GoldenGateHub. :param source_db_admin_credentials: The source_db_admin_credentials of this GoldenGateHub. :type: oci.database_migration.models.AdminCredentials Nr )r r r r r r u s c C s | j S )z� Gets the source_container_db_admin_credentials of this GoldenGateHub. :return: The source_container_db_admin_credentials of this GoldenGateHub. :rtype: oci.database_migration.models.AdminCredentials �r r r r r r s z3GoldenGateHub.source_container_db_admin_credentialsc C s || _ dS )a Sets the source_container_db_admin_credentials of this GoldenGateHub. :param source_container_db_admin_credentials: The source_container_db_admin_credentials of this GoldenGateHub. :type: oci.database_migration.models.AdminCredentials Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the target_db_admin_credentials of this GoldenGateHub. :return: The target_db_admin_credentials of this GoldenGateHub. :rtype: oci.database_migration.models.AdminCredentials �r r r r r r � s z)GoldenGateHub.target_db_admin_credentialsc C s || _ dS )z� Sets the target_db_admin_credentials of this GoldenGateHub. :param target_db_admin_credentials: The target_db_admin_credentials of this GoldenGateHub. :type: oci.database_migration.models.AdminCredentials Nr! )r r r r r r � s c C s | j S )aE **[Required]** Gets the url of this GoldenGateHub. Oracle GoldenGate 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 GoldenGateHub. :rtype: str �r r r r r r � s zGoldenGateHub.urlc C s || _ dS )a8 Sets the url of this GoldenGateHub. Oracle GoldenGate 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 GoldenGateHub. :type: str Nr"