ruạṛ
a ���f�i � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%edKdL� �Z&e&jdMdL� �Z&edNdO� �Z'e'jdPdO� �Z'edQdR� �Z(e(jdSdR� �Z(dTdU� Z)dVdW� Z*dXdY� Z+dZS )[� ConnectionzO Represents the common details required for creating a new connection. �MYSQL�ORACLE�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddddddddddd�| _ dd d ddd dddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new Connection object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_migration.models.MysqlConnection` * :class:`~oci.database_migration.models.OracleConnection` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this Connection. Allowed values for this property are: "MYSQL", "ORACLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type connection_type: str :param id: The value to assign to the id property of this Connection. :type id: str :param display_name: The value to assign to the display_name property of this Connection. :type display_name: str :param description: The value to assign to the description property of this Connection. :type description: str :param compartment_id: The value to assign to the compartment_id property of this Connection. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Connection. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Connection. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Connection. :type system_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this Connection. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Connection. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Connection. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Connection. :type time_updated: datetime :param vault_id: The value to assign to the vault_id property of this Connection. :type vault_id: str :param key_id: The value to assign to the key_id property of this Connection. :type key_id: str :param subnet_id: The value to assign to the subnet_id property of this Connection. :type subnet_id: str :param ingress_ips: The value to assign to the ingress_ips property of this Connection. :type ingress_ips: list[oci.database_migration.models.IngressIpDetails] :param nsg_ids: The value to assign to the nsg_ids property of this Connection. :type nsg_ids: list[str] :param username: The value to assign to the username property of this Connection. :type username: str :param password: The value to assign to the password property of this Connection. :type password: str :param replication_username: The value to assign to the replication_username property of this Connection. :type replication_username: str :param replication_password: The value to assign to the replication_password property of this Connection. :type replication_password: str :param secret_id: The value to assign to the secret_id property of this Connection. :type secret_id: str :param private_endpoint_id: The value to assign to the private_endpoint_id property of this Connection. :type private_endpoint_id: str �strzdict(str, str)zdict(str, dict(str, object))Zdatetimezlist[IngressIpDetails]z list[str])�connection_type�id�display_name�description�compartment_id� freeform_tags�defined_tags�system_tags�lifecycle_state�lifecycle_details�time_created�time_updated�vault_id�key_id� subnet_id�ingress_ips�nsg_ids�username�password�replication_username�replication_password� secret_id�private_endpoint_id�connectionTyper ZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsZ systemTagsZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZvaultIdZkeyIdZsubnetIdZ ingressIpsZnsgIdsr"