📂 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.cpython-39.pyc
a ���f68 � @ 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 @ sn e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�PeerTargetDatabasez? The details of the peer target database in Data Safe. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�NEEDS_ATTENTION�FAILEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new PeerTargetDatabase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this PeerTargetDatabase. :type display_name: str :param description: The value to assign to the description property of this PeerTargetDatabase. :type description: str :param key: The value to assign to the key property of this PeerTargetDatabase. :type key: int :param dataguard_association_id: The value to assign to the dataguard_association_id property of this PeerTargetDatabase. :type dataguard_association_id: str :param time_created: The value to assign to the time_created property of this PeerTargetDatabase. :type time_created: datetime :param role: The value to assign to the role property of this PeerTargetDatabase. :type role: str :param database_unique_name: The value to assign to the database_unique_name property of this PeerTargetDatabase. :type database_unique_name: str :param database_details: The value to assign to the database_details property of this PeerTargetDatabase. :type database_details: oci.data_safe.models.DatabaseDetails :param tls_config: The value to assign to the tls_config property of this PeerTargetDatabase. :type tls_config: oci.data_safe.models.TlsConfig :param lifecycle_state: The value to assign to the lifecycle_state property of this PeerTargetDatabase. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this PeerTargetDatabase. :type lifecycle_details: str �str�intZdatetimeZDatabaseDetailsZ TlsConfig)�display_name�description�key�dataguard_association_id�time_created�role�database_unique_name�database_details� tls_config�lifecycle_state�lifecycle_detailsZdisplayNamer r ZdataguardAssociationIdZtimeCreatedr ZdatabaseUniqueNameZdatabaseDetailsZ tlsConfigZlifecycleStateZlifecycleDetailsN) Z swagger_typesZ attribute_map� _display_name�_description�_key�_dataguard_association_id� _time_created�_role�_database_unique_name�_database_details�_tls_config�_lifecycle_state�_lifecycle_details)�self�kwargs� r) �M/usr/lib/python3.9/site-packages/oci/data_safe/models/peer_target_database.py�__init__2 sF 5��zPeerTargetDatabase.__init__c C s | j S )z� **[Required]** Gets the display_name of this PeerTargetDatabase. The display name of the peer target database in Data Safe. :return: The display_name of this PeerTargetDatabase. :rtype: str �r �r'