📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain_replication_states.pyc
a N��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_region�domainIdr � replicaRegionN)� swagger_types� attribute_map� _domain_id�_state�_replica_region)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/domain_replication_states.py�__init__$ s ��z DomainReplicationStates.__init__c C s | j S )z� **[Required]** Gets the domain_id of this DomainReplicationStates. The OCID of the identity domain. :return: The domain_id of this DomainReplicationStates. :rtype: str �r �r r r r r G s z!DomainReplicationStates.domain_idc C s || _ dS )z� Sets the domain_id of this DomainReplicationStates. The OCID of the identity domain. :param domain_id: The domain_id of this DomainReplicationStates. :type: str Nr )r r r r r r S s c C s | j S )ae **[Required]** Gets the state of this DomainReplicationStates. The IDCS-replicated region state. Allowed values for this property are: "ENABLING_REPLICATION", "REPLICATION_ENABLED", "DISABLING_REPLICATION", "REPLICATION_DISABLED", "DELETED" :return: The state of this DomainReplicationStates. :rtype: str )r r r r r r _ s zDomainReplicationStates.statec C s* g d�}t ||�s td�|���|| _dS )z� Sets the state of this DomainReplicationStates. The IDCS-replicated region state. :param state: The state of this DomainReplicationStates. :type: str )r r r r r z5Invalid value for `state`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r m s ��c C s | j S )z� **[Required]** Gets the replica_region of this DomainReplicationStates. The replica region for the identity domain. :return: The replica_region of this DomainReplicationStates. :rtype: str �r r r r r r s z&DomainReplicationStates.replica_regionc C s || _ dS )z� Sets the replica_region of this DomainReplicationStates. The replica region for the identity domain. :param replica_region: The replica_region of this DomainReplicationStates. :type: str Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z DomainReplicationStates.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDomainReplicationStates.__eq__c C s | |k S r"