📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_migration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_golden_gate_hub.pyc
a N��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 �CreateAdminCredentials�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_id�restAdminCredentials�sourceDbAdminCredentials�!sourceContainerDbAdminCredentials�targetDbAdminCredentialsr �!sourceMicroservicesDeploymentName�!targetMicroservicesDeploymentName� computeIdN) � swagger_types� 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$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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"