📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
tenant_manager_control_plane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/tenant_manager_control_plane/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain.pyc
a O��f�7 � @ 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 @ sz e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdd� Zed 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,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�Domainz= The domain model that is associated with a tenancy. �ACTIVE�DELETED�FAILED�PENDING� RELEASING�RELEASED�EXPIRING�REVOKING�REVOKEDc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new Domain object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Domain. :type id: str :param domain_name: The value to assign to the domain_name property of this Domain. :type domain_name: str :param owner_id: The value to assign to the owner_id property of this Domain. :type owner_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Domain. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param status: The value to assign to the status property of this Domain. Allowed values for this property are: "PENDING", "RELEASING", "RELEASED", "EXPIRING", "REVOKING", "REVOKED", "ACTIVE", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param txt_record: The value to assign to the txt_record property of this Domain. :type txt_record: str :param time_created: The value to assign to the time_created property of this Domain. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Domain. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this Domain. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Domain. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Domain. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�domain_name�owner_id�lifecycle_state�status� txt_record�time_created�time_updated� freeform_tags�defined_tags�system_tagsr � domainName�ownerId�lifecycleStater � txtRecord�timeCreated�timeUpdated�freeformTags�definedTags� systemTagsN) � swagger_types� attribute_map�_id�_domain_name� _owner_id�_lifecycle_state�_status�_txt_record� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/tenant_manager_control_plane/models/domain.py�__init__<