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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�&CreateExternalDatabaseConnectorDetailszG Details for creating an external database connector resource. �MACSc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateExternalDatabaseConnectorDetails 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.models.CreateExternalMacsConnectorDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param freeform_tags: The value to assign to the freeform_tags property of this CreateExternalDatabaseConnectorDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateExternalDatabaseConnectorDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateExternalDatabaseConnectorDetails. :type display_name: str :param connector_type: The value to assign to the connector_type property of this CreateExternalDatabaseConnectorDetails. Allowed values for this property are: "MACS" :type connector_type: str :param external_database_id: The value to assign to the external_database_id property of this CreateExternalDatabaseConnectorDetails. :type external_database_id: str zdict(str, str)zdict(str, dict(str, object))�str)� freeform_tags�defined_tags�display_name�connector_type�external_database_id�freeformTags�definedTags�displayName� connectorType�externalDatabaseIdN)� swagger_types� attribute_map�_freeform_tags� _defined_tags� _display_name�_connector_type�_external_database_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_external_database_connector_details.py�__init__ s"