📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_database_registration_details.cpython-39.pyc
a ���fE9 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�!UpdateDatabaseRegistrationDetailsz; The information to update a DatabaseRegistration. �DIRECT�REDIRECTc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a1 Initializes a new UpdateDatabaseRegistrationDetails 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 UpdateDatabaseRegistrationDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateDatabaseRegistrationDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDatabaseRegistrationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDatabaseRegistrationDetails. :type defined_tags: dict(str, dict(str, object)) :param fqdn: The value to assign to the fqdn property of this UpdateDatabaseRegistrationDetails. :type fqdn: str :param username: The value to assign to the username property of this UpdateDatabaseRegistrationDetails. :type username: str :param password: The value to assign to the password property of this UpdateDatabaseRegistrationDetails. :type password: str :param connection_string: The value to assign to the connection_string property of this UpdateDatabaseRegistrationDetails. :type connection_string: str :param session_mode: The value to assign to the session_mode property of this UpdateDatabaseRegistrationDetails. Allowed values for this property are: "DIRECT", "REDIRECT" :type session_mode: str :param wallet: The value to assign to the wallet property of this UpdateDatabaseRegistrationDetails. :type wallet: str :param alias_name: The value to assign to the alias_name property of this UpdateDatabaseRegistrationDetails. :type alias_name: str �strzdict(str, str)zdict(str, dict(str, object)))�display_name�description� freeform_tags�defined_tags�fqdn�username�password�connection_string�session_mode�wallet� alias_nameZdisplayNamer ZfreeformTagsZdefinedTagsr r r ZconnectionStringZsessionModer Z aliasNameN) Z swagger_typesZ attribute_map� _display_name�_description�_freeform_tags� _defined_tags�_fqdn� _username� _password�_connection_string� _session_mode�_wallet�_alias_name)�self�kwargs� r"