📂 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
›
golden_gate
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/golden_gate/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_assignment.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 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 �str�datetime)�id� connection_id� deployment_id� alias_name�compartment_id�lifecycle_state�time_created�time_updatedr �connectionId�deploymentId� aliasName� compartmentId�lifecycleState�timeCreated�timeUpdatedN) � swagger_types� attribute_map�_id�_connection_id�_deployment_id�_alias_name�_compartment_id�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/golden_gate/models/connection_assignment.py�__init__% s4 )��zConnectionAssignment.__init__c C s | j S )a5 **[Required]** Gets the id of this ConnectionAssignment. The `OCID`__ of the connection assignment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ConnectionAssignment. :rtype: str �r �r'