📂 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_target_database_details.cpython-39.pyc
a ���fT2 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateTargetDatabaseDetailszm The details used to register the database in Data Safe and to create the Data Safe target database. c K sx ddddddddddd � | _ d ddd ddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a5 Initializes a new CreateTargetDatabaseDetails 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 CreateTargetDatabaseDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateTargetDatabaseDetails. :type display_name: str :param description: The value to assign to the description property of this CreateTargetDatabaseDetails. :type description: str :param database_details: The value to assign to the database_details property of this CreateTargetDatabaseDetails. :type database_details: oci.data_safe.models.DatabaseDetails :param credentials: The value to assign to the credentials property of this CreateTargetDatabaseDetails. :type credentials: oci.data_safe.models.Credentials :param tls_config: The value to assign to the tls_config property of this CreateTargetDatabaseDetails. :type tls_config: oci.data_safe.models.TlsConfig :param connection_option: The value to assign to the connection_option property of this CreateTargetDatabaseDetails. :type connection_option: oci.data_safe.models.ConnectionOption :param peer_target_database_details: The value to assign to the peer_target_database_details property of this CreateTargetDatabaseDetails. :type peer_target_database_details: list[oci.data_safe.models.CreatePeerTargetDatabaseDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreateTargetDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateTargetDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) �strZDatabaseDetailsZCredentialsZ TlsConfigZConnectionOptionz%list[CreatePeerTargetDatabaseDetails]zdict(str, str)zdict(str, dict(str, object))) �compartment_id�display_name�description�database_details�credentials� tls_config�connection_option�peer_target_database_details� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZdatabaseDetailsr Z tlsConfigZconnectionOptionZpeerTargetDatabaseDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_database_details�_credentials�_tls_config�_connection_option�_peer_target_database_details�_freeform_tags� _defined_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_safe/models/create_target_database_details.py�__init__ s@ /�� z$CreateTargetDatabaseDetails.__init__c C s | j S )a **[Required]** Gets the compartment_id of this CreateTargetDatabaseDetails. The OCID of the compartment in which to create the Data Safe target database. :return: The compartment_id of this CreateTargetDatabaseDetails. :rtype: str �r �r r r r r e s z*CreateTargetDatabaseDetails.compartment_idc C s || _ dS )a Sets the compartment_id of this CreateTargetDatabaseDetails. The OCID of the compartment in which to create the Data Safe target database. :param compartment_id: The compartment_id of this CreateTargetDatabaseDetails. :type: str Nr! )r r r r r r q s c C s | j S )a Gets the display_name of this CreateTargetDatabaseDetails. The display name of the target database in Data Safe. The name is modifiable and does not need to be unique. :return: The display_name of this CreateTargetDatabaseDetails. :rtype: str �r r"