📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: domain_replication.pyc
a N��fl � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DomainReplicationz[ (For tenancies that support identity domains) Identity domain replication states. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DomainReplication object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param opc_water_mark: The value to assign to the opc_water_mark property of this DomainReplication. :type opc_water_mark: float :param txn_seq_number: The value to assign to the txn_seq_number property of this DomainReplication. :type txn_seq_number: float :param domain_replication_states: The value to assign to the domain_replication_states property of this DomainReplication. :type domain_replication_states: list[oci.identity.models.DomainReplicationStates] �floatzlist[DomainReplicationStates])�opc_water_mark�txn_seq_number�domain_replication_states�opcWaterMark�txnSeqNumber�domainReplicationStatesN)� swagger_types� attribute_map�_opc_water_mark�_txn_seq_number�_domain_replication_states)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/domain_replication.py�__init__ s ��zDomainReplication.__init__c C s | j S )a8 **[Required]** Gets the opc_water_mark of this DomainReplication. The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned. :return: The opc_water_mark of this DomainReplication. :rtype: float �r �r r r r r 2 s z DomainReplication.opc_water_markc C s || _ dS )a6 Sets the opc_water_mark of this DomainReplication. The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned. :param opc_water_mark: The opc_water_mark of this DomainReplication. :type: float Nr )r r r r r r >