📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: peer_target_database_collection.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�PeerTargetDatabaseCollectionzH Summary of peer target databases of a primary target database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PeerTargetDatabaseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this PeerTargetDatabaseCollection. :type compartment_id: str :param target_database_id: The value to assign to the target_database_id property of this PeerTargetDatabaseCollection. :type target_database_id: str :param items: The value to assign to the items property of this PeerTargetDatabaseCollection. :type items: list[oci.data_safe.models.PeerTargetDatabaseSummary] �strzlist[PeerTargetDatabaseSummary])�compartment_id�target_database_id�itemsZ compartmentIdZtargetDatabaseIdr N)Z swagger_typesZ attribute_map�_compartment_id�_target_database_id�_items)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_safe/models/peer_target_database_collection.py�__init__ s ��z%PeerTargetDatabaseCollection.__init__c C s | j S )a **[Required]** Gets the compartment_id of this PeerTargetDatabaseCollection. The OCID of the compartment that contains the primary target database. :return: The compartment_id of this PeerTargetDatabaseCollection. :rtype: str �r �r r r r r 4 s z+PeerTargetDatabaseCollection.compartment_idc C s || _ dS )a Sets the compartment_id of this PeerTargetDatabaseCollection. The OCID of the compartment that contains the primary target database. :param compartment_id: The compartment_id of this PeerTargetDatabaseCollection. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the target_database_id of this PeerTargetDatabaseCollection. The OCID of the Data Safe target database. :return: The target_database_id of this PeerTargetDatabaseCollection. :rtype: str �r r r r r r L s z/PeerTargetDatabaseCollection.target_database_idc C s || _ dS )z� Sets the target_database_id of this PeerTargetDatabaseCollection. The OCID of the Data Safe target database. :param target_database_id: The target_database_id of this PeerTargetDatabaseCollection. :type: str Nr )r r r r r r X s c C s | j S )a# Gets the items of this PeerTargetDatabaseCollection. The list of peer target databases associated to the primary target database. :return: The items of this PeerTargetDatabaseCollection. :rtype: list[oci.data_safe.models.PeerTargetDatabaseSummary] �r r r r r r d s z"PeerTargetDatabaseCollection.itemsc C s || _ dS )a' Sets the items of this PeerTargetDatabaseCollection. The list of peer target databases associated to the primary target database. :param items: The items of this PeerTargetDatabaseCollection. :type: list[oci.data_safe.models.PeerTargetDatabaseSummary] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z%PeerTargetDatabaseCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z#PeerTargetDatabaseCollection.__eq__c C s | |k S r r r r r r �__ne__� s z#PeerTargetDatabaseCollection.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"