📂 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: create_database_registration_details.cpython-39.pyc
a ���fZ � @ 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 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%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zed9d:� �Zej d;d:� �Zd<d=� Zd>d?� Zd@dA� ZdBS )C�!CreateDatabaseRegistrationDetailsz; The information about a new DatabaseRegistration. �DIRECT�REDIRECTc K s� ddddddddddddddddddd�| _ ddddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateDatabaseRegistrationDetails 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 CreateDatabaseRegistrationDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDatabaseRegistrationDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateDatabaseRegistrationDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDatabaseRegistrationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDatabaseRegistrationDetails. :type defined_tags: dict(str, dict(str, object)) :param fqdn: The value to assign to the fqdn property of this CreateDatabaseRegistrationDetails. :type fqdn: str :param ip_address: The value to assign to the ip_address property of this CreateDatabaseRegistrationDetails. :type ip_address: str :param subnet_id: The value to assign to the subnet_id property of this CreateDatabaseRegistrationDetails. :type subnet_id: str :param database_id: The value to assign to the database_id property of this CreateDatabaseRegistrationDetails. :type database_id: str :param username: The value to assign to the username property of this CreateDatabaseRegistrationDetails. :type username: str :param password: The value to assign to the password property of this CreateDatabaseRegistrationDetails. :type password: str :param connection_string: The value to assign to the connection_string property of this CreateDatabaseRegistrationDetails. :type connection_string: str :param session_mode: The value to assign to the session_mode property of this CreateDatabaseRegistrationDetails. Allowed values for this property are: "DIRECT", "REDIRECT" :type session_mode: str :param wallet: The value to assign to the wallet property of this CreateDatabaseRegistrationDetails. :type wallet: str :param alias_name: The value to assign to the alias_name property of this CreateDatabaseRegistrationDetails. :type alias_name: str :param vault_id: The value to assign to the vault_id property of this CreateDatabaseRegistrationDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreateDatabaseRegistrationDetails. :type key_id: str :param secret_compartment_id: The value to assign to the secret_compartment_id property of this CreateDatabaseRegistrationDetails. :type secret_compartment_id: str �strzdict(str, str)zdict(str, dict(str, object)))�display_name�description�compartment_id� freeform_tags�defined_tags�fqdn� ip_address� subnet_id�database_id�username�password�connection_string�session_mode�wallet� alias_name�vault_id�key_id�secret_compartment_idZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsr Z ipAddressZsubnetIdZ databaseIdr r ZconnectionStringZsessionModer Z aliasNameZvaultIdZkeyIdZsecretCompartmentIdN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_freeform_tags� _defined_tags�_fqdn�_ip_address� _subnet_id�_database_id� _username� _password�_connection_string� _session_mode�_wallet�_alias_name� _vault_id�_key_id�_secret_compartment_id)�self�kwargs� r0 �_/usr/lib/python3.9/site-packages/oci/golden_gate/models/create_database_registration_details.py�__init__ sp P��z*CreateDatabaseRegistrationDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateDatabaseRegistrationDetails. An object's Display Name. :return: The display_name of this CreateDatabaseRegistrationDetails. :rtype: str �r �r. r0 r0 r1 r � s z.CreateDatabaseRegistrationDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateDatabaseRegistrationDetails. An object's Display Name. :param display_name: The display_name of this CreateDatabaseRegistrationDetails. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the description of this CreateDatabaseRegistrationDetails. Metadata about this specific object. :return: The description of this CreateDatabaseRegistrationDetails. :rtype: str �r r4 r0 r0 r1 r � s z-CreateDatabaseRegistrationDetails.descriptionc C s || _ dS )z� Sets the description of this CreateDatabaseRegistrationDetails. Metadata about this specific object. :param description: The description of this CreateDatabaseRegistrationDetails. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )aU **[Required]** Gets the compartment_id of this CreateDatabaseRegistrationDetails. The `OCID`__ of the compartment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateDatabaseRegistrationDetails. :rtype: str �r r4 r0 r0 r1 r � s z0CreateDatabaseRegistrationDetails.compartment_idc C s || _ dS )aS Sets the compartment_id of this CreateDatabaseRegistrationDetails. The `OCID`__ of the compartment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateDatabaseRegistrationDetails. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )au Gets the freeform_tags of this CreateDatabaseRegistrationDetails. A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateDatabaseRegistrationDetails. :rtype: dict(str, str) �r r4 r0 r0 r1 r � s z/CreateDatabaseRegistrationDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateDatabaseRegistrationDetails. A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateDatabaseRegistrationDetails. :type: dict(str, str) Nr7 )r. r r0 r0 r1 r s c C s | j S )ad Gets the defined_tags of this CreateDatabaseRegistrationDetails. Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateDatabaseRegistrationDetails. :rtype: dict(str, dict(str, object)) �r r4 r0 r0 r1 r s z.CreateDatabaseRegistrationDetails.defined_tagsc C s || _ dS )ao Sets the defined_tags of this CreateDatabaseRegistrationDetails. Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateDatabaseRegistrationDetails. :type: dict(str, dict(str, object)) Nr8 )r. r r0 r0 r1 r s c C s | j S )z� **[Required]** Gets the fqdn of this CreateDatabaseRegistrationDetails. A three-label Fully Qualified Domain Name (FQDN) for a resource. :return: The fqdn of this CreateDatabaseRegistrationDetails. :rtype: str �r! r4 r0 r0 r1 r , s z&CreateDatabaseRegistrationDetails.fqdnc C s || _ dS )z� Sets the fqdn of this CreateDatabaseRegistrationDetails. A three-label Fully Qualified Domain Name (FQDN) for a resource. :param fqdn: The fqdn of this CreateDatabaseRegistrationDetails. :type: str Nr9 )r. r r0 r0 r1 r 8 s c C s | j S )a Gets the ip_address of this CreateDatabaseRegistrationDetails. The private IP address in the customer's VCN of the customer's endpoint, typically a database. :return: The ip_address of this CreateDatabaseRegistrationDetails. :rtype: str �r"