📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
email
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/email/models/__pycache__
💾
Free:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: email_domain_summary.cpython-39.pyc
a ���f�1 � @ 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 @ s4 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� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�EmailDomainSummaryz� The properties that define an email domain. An email domain contains configuration used to assert responsibility for emails sent from that domain. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new EmailDomainSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this EmailDomainSummary. :type name: str :param id: The value to assign to the id property of this EmailDomainSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EmailDomainSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this EmailDomainSummary. :type lifecycle_state: str :param active_dkim_id: The value to assign to the active_dkim_id property of this EmailDomainSummary. :type active_dkim_id: str :param description: The value to assign to the description property of this EmailDomainSummary. :type description: str :param time_created: The value to assign to the time_created property of this EmailDomainSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this EmailDomainSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EmailDomainSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EmailDomainSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �name�id�compartment_id�lifecycle_state�active_dkim_id�description�time_created� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZlifecycleStateZactiveDkimIdr ZtimeCreatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_name�_id�_compartment_id�_lifecycle_state�_active_dkim_id�_description� _time_created�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/email/models/email_domain_summary.py�__init__ s@ /�� zEmailDomainSummary.__init__c C s | j S )a **[Required]** Gets the name of this EmailDomainSummary. The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com` :return: The name of this EmailDomainSummary. :rtype: str �r �r r r r r f s zEmailDomainSummary.namec C s || _ dS )a Sets the name of this EmailDomainSummary. The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com` :param name: The name of this EmailDomainSummary. :type: str Nr! )r r r r r r t s c C s | j S )a **[Required]** Gets the id of this EmailDomainSummary. The `OCID`__ of the email domain. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this EmailDomainSummary. :rtype: str �r r"