ruạṛ
a N��fr! � @ 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� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�CreateDataSourceDetailsz" Creation of Data Source. �LOGGINGQUERYc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) aJ Initializes a new CreateDataSourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDataSourceDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateDataSourceDetails. :type compartment_id: str :param data_source_feed_provider: The value to assign to the data_source_feed_provider property of this CreateDataSourceDetails. Allowed values for this property are: "LOGGINGQUERY" :type data_source_feed_provider: str :param data_source_details: The value to assign to the data_source_details property of this CreateDataSourceDetails. :type data_source_details: oci.cloud_guard.models.DataSourceDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateDataSourceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDataSourceDetails. :type defined_tags: dict(str, dict(str, object)) �str�DataSourceDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�data_source_feed_provider�data_source_details� freeform_tags�defined_tags�displayName� compartmentId�dataSourceFeedProvider�dataSourceDetails�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_compartment_id�_data_source_feed_provider�_data_source_details�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/create_data_source_details.py�__init__ s( � � z CreateDataSourceDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateDataSourceDetails. Data Source display name. :return: The display_name of this CreateDataSourceDetails. :rtype: str �r �r r r r! r L s z$CreateDataSourceDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateDataSourceDetails. Data Source display name. :param display_name: The display_name of this CreateDataSourceDetails. :type: str Nr# )r r r r r! r X s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateDataSourceDetails. CompartmentId of Data Source. :return: The compartment_id of this CreateDataSourceDetails. :rtype: str �r r$ r r r! r d s z&CreateDataSourceDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateDataSourceDetails. CompartmentId of Data Source. :param compartment_id: The compartment_id of this CreateDataSourceDetails. :type: str Nr% )r r r r r! r p s c C s | j S )aG **[Required]** Gets the data_source_feed_provider of this CreateDataSourceDetails. Possible type of dataSourceFeed Provider(LoggingQuery) Allowed values for this property are: "LOGGINGQUERY" :return: The data_source_feed_provider of this CreateDataSourceDetails. :rtype: str )r r$ r r r! r | s z1CreateDataSourceDetails.data_source_feed_providerc C s( dg}t ||�std�|���|| _dS )a Sets the data_source_feed_provider of this CreateDataSourceDetails. Possible type of dataSourceFeed Provider(LoggingQuery) :param data_source_feed_provider: The data_source_feed_provider of this CreateDataSourceDetails. :type: str r zIInvalid value for `data_source_feed_provider`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r! r � s ��c C s | j S )z� Gets the data_source_details of this CreateDataSourceDetails. :return: The data_source_details of this CreateDataSourceDetails. :rtype: oci.cloud_guard.models.DataSourceDetails �r r$ r r r! r � s z+CreateDataSourceDetails.data_source_detailsc C s || _ dS )z� Sets the data_source_details of this CreateDataSourceDetails. :param data_source_details: The data_source_details of this CreateDataSourceDetails. :type: oci.cloud_guard.models.DataSourceDetails Nr) )r r r r r! r � s c C s | j S )a� Gets the freeform_tags of this CreateDataSourceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` Avoid entering confidential information. :return: The freeform_tags of this CreateDataSourceDetails. :rtype: dict(str, str) �r r$ r r r! r � s z%CreateDataSourceDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateDataSourceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` Avoid entering confidential information. :param freeform_tags: The freeform_tags of this CreateDataSourceDetails. :type: dict(str, str) Nr* )r r r r r! r � s c C s | j S )aO Gets the defined_tags of this CreateDataSourceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateDataSourceDetails. :rtype: dict(str, dict(str, object)) �r r$ r r r! r � s z$CreateDataSourceDetails.defined_tagsc C s || _ dS )aZ Sets the defined_tags of this CreateDataSourceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateDataSourceDetails. :type: dict(str, dict(str, object)) Nr+ )r r r r r! r � s c C s t | �S �N)r r$ r r r! �__repr__� s z CreateDataSourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__� s zCreateDataSourceDetails.__eq__c C s | |k S r, r r/ r r r! �__ne__� s zCreateDataSourceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�&DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERYr"