📂 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
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
47.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain_replication_states.cpython-39.pyc
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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�DomainReplicationStatesz� (For tenancies that support identity domains) The identity domain replication log for all identity domains for a given region. �ENABLING_REPLICATION�REPLICATION_ENABLED�DISABLING_REPLICATION�REPLICATION_DISABLED�DELETEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a+ Initializes a new DomainReplicationStates object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param domain_id: The value to assign to the domain_id property of this DomainReplicationStates. :type domain_id: str :param state: The value to assign to the state property of this DomainReplicationStates. Allowed values for this property are: "ENABLING_REPLICATION", "REPLICATION_ENABLED", "DISABLING_REPLICATION", "REPLICATION_DISABLED", "DELETED" :type state: str :param replica_region: The value to assign to the replica_region property of this DomainReplicationStates. :type replica_region: str �str)� domain_id�state�replica_regionZdomainIdr Z replicaRegionN)Z swagger_typesZ attribute_map� _domain_id�_state�_replica_region)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/identity/models/domain_replication_states.py�__init__&