ruạṛ
a ���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 d d� Z dd� Zdd� ZdS )� Configurationz= Tenancy level customer email configuration details. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Configuration 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 Configuration. :type compartment_id: str :param http_submit_endpoint: The value to assign to the http_submit_endpoint property of this Configuration. :type http_submit_endpoint: str :param smtp_submit_endpoint: The value to assign to the smtp_submit_endpoint property of this Configuration. :type smtp_submit_endpoint: str �str)�compartment_id�http_submit_endpoint�smtp_submit_endpointZ compartmentIdZhttpSubmitEndpointZsmtpSubmitEndpointN)Z swagger_typesZ attribute_map�_compartment_id�_http_submit_endpoint�_smtp_submit_endpoint)�self�kwargs� r �B/usr/lib/python3.9/site-packages/oci/email/models/configuration.py�__init__ s ��zConfiguration.__init__c C s | j S )a9 **[Required]** Gets the compartment_id of this Configuration. The root compartment `OCID`__ (same as the tenancy OCID) __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Configuration. :rtype: str �r �r r r r r 4 s zConfiguration.compartment_idc C s || _ dS )a7 Sets the compartment_id of this Configuration. The root compartment `OCID`__ (same as the tenancy OCID) __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this Configuration. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the http_submit_endpoint of this Configuration. Endpoint used to submit emails via the HTTP email submission API :return: The http_submit_endpoint of this Configuration. :rtype: str �r r r r r r P s z"Configuration.http_submit_endpointc C s || _ dS )z� Sets the http_submit_endpoint of this Configuration. Endpoint used to submit emails via the HTTP email submission API :param http_submit_endpoint: The http_submit_endpoint of this Configuration. :type: str Nr )r r r r r r \ s c C s | j S )aM **[Required]** Gets the smtp_submit_endpoint of this Configuration. Endpoint used to submit emails via the standard SMTP submission protocol. Note that TLS 1.2 and standard SMTP authentication is required for submission. :return: The smtp_submit_endpoint of this Configuration. :rtype: str �r r r r r r h s z"Configuration.smtp_submit_endpointc C s || _ dS )aQ Sets the smtp_submit_endpoint of this Configuration. Endpoint used to submit emails via the standard SMTP submission protocol. Note that TLS 1.2 and standard SMTP authentication is required for submission. :param smtp_submit_endpoint: The smtp_submit_endpoint of this Configuration. :type: str Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s zConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zConfiguration.__eq__c C s | |k S r r r r r r �__ne__� s zConfiguration.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"