📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: email_domain.cpython-39.pyc
a ���f�H � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�EmailDomainz� The properties that define an email domain. An email domain contains configuration used to assert responsibility for emails sent from that domain. �ACTIVE�CREATING�DELETING�DELETED�FAILED�UPDATING�NONE�DOMAINID�OTHERc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new EmailDomain 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 EmailDomain. :type name: str :param id: The value to assign to the id property of this EmailDomain. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EmailDomain. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this EmailDomain. Allowed values for this property are: "ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param active_dkim_id: The value to assign to the active_dkim_id property of this EmailDomain. :type active_dkim_id: str :param is_spf: The value to assign to the is_spf property of this EmailDomain. :type is_spf: bool :param domain_verification_status: The value to assign to the domain_verification_status property of this EmailDomain. Allowed values for this property are: "NONE", "DOMAINID", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type domain_verification_status: str :param domain_verification_id: The value to assign to the domain_verification_id property of this EmailDomain. :type domain_verification_id: str :param description: The value to assign to the description property of this EmailDomain. :type description: str :param time_created: The value to assign to the time_created property of this EmailDomain. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this EmailDomain. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EmailDomain. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EmailDomain. :type system_tags: dict(str, dict(str, object)) �str�boolZdatetimezdict(str, str)zdict(str, dict(str, object))) �name�id�compartment_id�lifecycle_state�active_dkim_id�is_spf�domain_verification_status�domain_verification_id�description�time_created� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZlifecycleStateZactiveDkimIdZisSpfZdomainVerificationStatusZdomainVerificationIdr ZtimeCreatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_name�_id�_compartment_id�_lifecycle_state�_active_dkim_id�_is_spf�_domain_verification_status�_domain_verification_id�_description� _time_created�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r. �A/usr/lib/python3.9/site-packages/oci/email/models/email_domain.py�__init__7 sR ?��zEmailDomain.__init__c C s | j S )a **[Required]** Gets the name of this EmailDomain. The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com` :return: The name of this EmailDomain. :rtype: str �r �r, r. r. r/ r � s zEmailDomain.namec C s || _ dS )z� Sets the name of this EmailDomain. The name of the email domain in the Internet Domain Name System (DNS). Example: `mydomain.example.com` :param name: The name of this EmailDomain. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )a **[Required]** Gets the id of this EmailDomain. The `OCID`__ of the email domain. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this EmailDomain. :rtype: str �r r2 r. r. r/ r � s zEmailDomain.idc C s || _ dS )z� Sets the id of this EmailDomain. The `OCID`__ of the email domain. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this EmailDomain. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )a. Gets the compartment_id of this EmailDomain. The `OCID`__ of the compartment that contains this email domain. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this EmailDomain. :rtype: str �r! r2 r. r. r/ r � s zEmailDomain.compartment_idc C s || _ dS )a; Sets the compartment_id of this EmailDomain. The `OCID`__ of the compartment that contains this email domain. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this EmailDomain. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )a� Gets the lifecycle_state of this EmailDomain. The current state of the email domain. Allowed values for this property are: "ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this EmailDomain. :rtype: str )r"