ruạṛ
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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateTargetDatabaseDetailszm The details used to register the database in Data Safe and to create the Data Safe target database. c K sn dddddddddd� | _ d d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a. Initializes a new CreateTargetDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateTargetDatabaseDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateTargetDatabaseDetails. :type display_name: str :param description: The value to assign to the description property of this CreateTargetDatabaseDetails. :type description: str :param database_details: The value to assign to the database_details property of this CreateTargetDatabaseDetails. :type database_details: oci.data_safe.models.DatabaseDetails :param credentials: The value to assign to the credentials property of this CreateTargetDatabaseDetails. :type credentials: oci.data_safe.models.Credentials :param tls_config: The value to assign to the tls_config property of this CreateTargetDatabaseDetails. :type tls_config: oci.data_safe.models.TlsConfig :param connection_option: The value to assign to the connection_option property of this CreateTargetDatabaseDetails. :type connection_option: oci.data_safe.models.ConnectionOption :param freeform_tags: The value to assign to the freeform_tags property of this CreateTargetDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTargetDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) �str�DatabaseDetails�Credentials� TlsConfig�ConnectionOptionzdict(str, str)zdict(str, dict(str, object))) �compartment_id�display_name�description�database_details�credentials� tls_config�connection_option� freeform_tags�defined_tags� compartmentId�displayNamer �databaseDetailsr � tlsConfig�connectionOption�freeformTags�definedTagsN)� swagger_types� attribute_map�_compartment_id� _display_name�_description�_database_details�_credentials�_tls_config�_connection_option�_freeform_tags� _defined_tags)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/create_target_database_details.py�__init__ s: +� �z$CreateTargetDatabaseDetails.__init__c C s | j S )a **[Required]** Gets the compartment_id of this CreateTargetDatabaseDetails. The OCID of the compartment in which to create the Data Safe target database. :return: The compartment_id of this CreateTargetDatabaseDetails. :rtype: str �r �r'