📂 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: create_peer_target_database_details.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CreatePeerTargetDatabaseDetailszg The details used to register the peer database of a database already registered in Data Safe. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )ar Initializes a new CreatePeerTargetDatabaseDetails 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 CreatePeerTargetDatabaseDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePeerTargetDatabaseDetails. :type description: str :param dataguard_association_id: The value to assign to the dataguard_association_id property of this CreatePeerTargetDatabaseDetails. :type dataguard_association_id: str :param database_details: The value to assign to the database_details property of this CreatePeerTargetDatabaseDetails. :type database_details: oci.data_safe.models.DatabaseDetails :param tls_config: The value to assign to the tls_config property of this CreatePeerTargetDatabaseDetails. :type tls_config: oci.data_safe.models.TlsConfig �strZDatabaseDetailsZ TlsConfig)�display_name�description�dataguard_association_id�database_details� tls_configZdisplayNamer ZdataguardAssociationIdZdatabaseDetailsZ tlsConfigN)Z swagger_typesZ attribute_map� _display_name�_description�_dataguard_association_id�_database_details�_tls_config)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/data_safe/models/create_peer_target_database_details.py�__init__ s"