📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_assignment.cpython-39.opt-1.pyc
a ���fB- � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�ConnectionAssignmentz� Represents the metadata description of a connection assignment. Before you can use a connection as a GoldenGate source or target, you must assign it to a deployment. �CREATING�ACTIVE�FAILED�UPDATING�DELETINGc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) au Initializes a new ConnectionAssignment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ConnectionAssignment. :type id: str :param connection_id: The value to assign to the connection_id property of this ConnectionAssignment. :type connection_id: str :param deployment_id: The value to assign to the deployment_id property of this ConnectionAssignment. :type deployment_id: str :param alias_name: The value to assign to the alias_name property of this ConnectionAssignment. :type alias_name: str :param compartment_id: The value to assign to the compartment_id property of this ConnectionAssignment. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ConnectionAssignment. Allowed values for this property are: "CREATING", "ACTIVE", "FAILED", "UPDATING", "DELETING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ConnectionAssignment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ConnectionAssignment. :type time_updated: datetime �strZdatetime)�id� connection_id� deployment_id� alias_name�compartment_id�lifecycle_state�time_created�time_updatedr ZconnectionIdZdeploymentIdZ aliasNameZ compartmentIdZlifecycleStateZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id�_connection_id�_deployment_id�_alias_name�_compartment_id�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/golden_gate/models/connection_assignment.py�__init__'