📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: on_premise_connector.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConnectionOption� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�OnPremiseConnectorzh The details required to establish a connection to the database using an on-premises connector. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a) Initializes a new OnPremiseConnector object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.OnPremiseConnector.connection_type` attribute of this class is ``ONPREM_CONNECTOR`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this OnPremiseConnector. Allowed values for this property are: "PRIVATE_ENDPOINT", "ONPREM_CONNECTOR" :type connection_type: str :param on_prem_connector_id: The value to assign to the on_prem_connector_id property of this OnPremiseConnector. :type on_prem_connector_id: str �str)Zconnection_type�on_prem_connector_idZconnectionTypeZonPremConnectorIdNZONPREM_CONNECTOR)Z swagger_typesZ attribute_mapZ_connection_type�_on_prem_connector_id)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/data_safe/models/on_premise_connector.py�__init__ s ��zOnPremiseConnector.__init__c C s | j S )z� **[Required]** Gets the on_prem_connector_id of this OnPremiseConnector. The OCID of the on-premises connector. :return: The on_prem_connector_id of this OnPremiseConnector. :rtype: str �r �r r r r r 0 s z'OnPremiseConnector.on_prem_connector_idc C s || _ dS )z� Sets the on_prem_connector_id of this OnPremiseConnector. The OCID of the on-premises connector. :param on_prem_connector_id: The on_prem_connector_id of this OnPremiseConnector. :type: str Nr )r r r r r r <