📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: my_sql_ggs_deployment_details.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 d d� Z dd� Zdd� ZdS )�MySqlGgsDeploymentDetailsz; Optional settings for Oracle GoldenGate processes c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new MySqlGgsDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ggs_deployment: The value to assign to the ggs_deployment property of this MySqlGgsDeploymentDetails. :type ggs_deployment: oci.database_migration.models.GgsDeployment :param replicat: The value to assign to the replicat property of this MySqlGgsDeploymentDetails. :type replicat: oci.database_migration.models.Replicat :param acceptable_lag: The value to assign to the acceptable_lag property of this MySqlGgsDeploymentDetails. :type acceptable_lag: int Z GgsDeploymentZReplicat�int)�ggs_deployment�replicat�acceptable_lagZ ggsDeploymentr Z acceptableLagN)Z swagger_typesZ attribute_map�_ggs_deployment� _replicat�_acceptable_lag)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database_migration/models/my_sql_ggs_deployment_details.py�__init__ s ��z"MySqlGgsDeploymentDetails.__init__c C s | j S )z� Gets the ggs_deployment of this MySqlGgsDeploymentDetails. :return: The ggs_deployment of this MySqlGgsDeploymentDetails. :rtype: oci.database_migration.models.GgsDeployment �r �r r r r r 4 s z(MySqlGgsDeploymentDetails.ggs_deploymentc C s || _ dS )z� Sets the ggs_deployment of this MySqlGgsDeploymentDetails. :param ggs_deployment: The ggs_deployment of this MySqlGgsDeploymentDetails. :type: oci.database_migration.models.GgsDeployment Nr )r r r r r r >