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: create_sql_endpoint_details.cpython-39.pyc
a ���f�P � @ 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 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 � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>�CreateSqlEndpointDetailsz3 The information about a new SQL Endpoint. c K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new CreateSqlEndpointDetails 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 CreateSqlEndpointDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateSqlEndpointDetails. :type display_name: str :param description: The value to assign to the description property of this CreateSqlEndpointDetails. :type description: str :param sql_endpoint_version: The value to assign to the sql_endpoint_version property of this CreateSqlEndpointDetails. :type sql_endpoint_version: str :param driver_shape: The value to assign to the driver_shape property of this CreateSqlEndpointDetails. :type driver_shape: str :param driver_shape_config: The value to assign to the driver_shape_config property of this CreateSqlEndpointDetails. :type driver_shape_config: oci.data_flow.models.ShapeConfig :param executor_shape: The value to assign to the executor_shape property of this CreateSqlEndpointDetails. :type executor_shape: str :param executor_shape_config: The value to assign to the executor_shape_config property of this CreateSqlEndpointDetails. :type executor_shape_config: oci.data_flow.models.ShapeConfig :param min_executor_count: The value to assign to the min_executor_count property of this CreateSqlEndpointDetails. :type min_executor_count: int :param max_executor_count: The value to assign to the max_executor_count property of this CreateSqlEndpointDetails. :type max_executor_count: int :param metastore_id: The value to assign to the metastore_id property of this CreateSqlEndpointDetails. :type metastore_id: str :param lake_id: The value to assign to the lake_id property of this CreateSqlEndpointDetails. :type lake_id: str :param warehouse_bucket_uri: The value to assign to the warehouse_bucket_uri property of this CreateSqlEndpointDetails. :type warehouse_bucket_uri: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSqlEndpointDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSqlEndpointDetails. :type defined_tags: dict(str, dict(str, object)) :param spark_advanced_configurations: The value to assign to the spark_advanced_configurations property of this CreateSqlEndpointDetails. :type spark_advanced_configurations: dict(str, str) :param network_configuration: The value to assign to the network_configuration property of this CreateSqlEndpointDetails. :type network_configuration: oci.data_flow.models.SqlEndpointNetworkConfiguration �strZShapeConfig�intzdict(str, str)zdict(str, dict(str, object))ZSqlEndpointNetworkConfiguration)�compartment_id�display_name�description�sql_endpoint_version�driver_shape�driver_shape_config�executor_shape�executor_shape_config�min_executor_count�max_executor_count�metastore_id�lake_id�warehouse_bucket_uri� freeform_tags�defined_tags�spark_advanced_configurations�network_configurationZ compartmentIdZdisplayNamer ZsqlEndpointVersionZdriverShapeZdriverShapeConfigZ executorShapeZexecutorShapeConfigZminExecutorCountZmaxExecutorCountZmetastoreIdZlakeIdZwarehouseBucketUriZfreeformTagsZdefinedTagsZsparkAdvancedConfigurationsZnetworkConfigurationN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_sql_endpoint_version� _driver_shape�_driver_shape_config�_executor_shape�_executor_shape_config�_min_executor_count�_max_executor_count� _metastore_id�_lake_id�_warehouse_bucket_uri�_freeform_tags� _defined_tags�_spark_advanced_configurations�_network_configuration)�self�kwargs� r- �T/usr/lib/python3.9/site-packages/oci/data_flow/models/create_sql_endpoint_details.py�__init__ sj K��z!CreateSqlEndpointDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateSqlEndpointDetails. The identifier of the compartment used with the SQL Endpoint. :return: The compartment_id of this CreateSqlEndpointDetails. :rtype: str �r �r+ r- r- r. r � s z'CreateSqlEndpointDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateSqlEndpointDetails. The identifier of the compartment used with the SQL Endpoint. :param compartment_id: The compartment_id of this CreateSqlEndpointDetails. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the display_name of this CreateSqlEndpointDetails. The SQL Endpoint name, which can be changed. :return: The display_name of this CreateSqlEndpointDetails. :rtype: str �r r1 r- r- r. r � s z%CreateSqlEndpointDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateSqlEndpointDetails. The SQL Endpoint name, which can be changed. :param display_name: The display_name of this CreateSqlEndpointDetails. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )z� Gets the description of this CreateSqlEndpointDetails. The description of CreateSQLEndpointDetails. :return: The description of this CreateSqlEndpointDetails. :rtype: str �r r1 r- r- r. r � s z$CreateSqlEndpointDetails.descriptionc C s || _ dS )z� Sets the description of this CreateSqlEndpointDetails. The description of CreateSQLEndpointDetails. :param description: The description of this CreateSqlEndpointDetails. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the sql_endpoint_version of this CreateSqlEndpointDetails. The version of the SQL Endpoint. :return: The sql_endpoint_version of this CreateSqlEndpointDetails. :rtype: str �r r1 r- r- r. r � s z-CreateSqlEndpointDetails.sql_endpoint_versionc C s || _ dS )z� Sets the sql_endpoint_version of this CreateSqlEndpointDetails. The version of the SQL Endpoint. :param sql_endpoint_version: The sql_endpoint_version of this CreateSqlEndpointDetails. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the driver_shape of this CreateSqlEndpointDetails. The shape of the SQL Endpoint driver instance. :return: The driver_shape of this CreateSqlEndpointDetails. :rtype: str �r r1 r- r- r. r � s z%CreateSqlEndpointDetails.driver_shapec C s || _ dS )z� Sets the driver_shape of this CreateSqlEndpointDetails. The shape of the SQL Endpoint driver instance. :param driver_shape: The driver_shape of this CreateSqlEndpointDetails. :type: str Nr5 )r+ r r- r- r. r s c C s | j S )z� Gets the driver_shape_config of this CreateSqlEndpointDetails. :return: The driver_shape_config of this CreateSqlEndpointDetails. :rtype: oci.data_flow.models.ShapeConfig �r r1 r- r- r. r s z,CreateSqlEndpointDetails.driver_shape_configc C s || _ dS )z� Sets the driver_shape_config of this CreateSqlEndpointDetails. :param driver_shape_config: The driver_shape_config of this CreateSqlEndpointDetails. :type: oci.data_flow.models.ShapeConfig Nr6 )r+ r r- r- r. r s c C s | j S )z� **[Required]** Gets the executor_shape of this CreateSqlEndpointDetails. The shape of the SQL Endpoint worker instance. :return: The executor_shape of this CreateSqlEndpointDetails. :rtype: str �r r1 r- r- r. r " s z'CreateSqlEndpointDetails.executor_shapec C s || _ dS )z� Sets the executor_shape of this CreateSqlEndpointDetails. The shape of the SQL Endpoint worker instance. :param executor_shape: The executor_shape of this CreateSqlEndpointDetails. :type: str Nr7 )r+ r r- r- r. r . s c C s | j S )z� Gets the executor_shape_config of this CreateSqlEndpointDetails. :return: The executor_shape_config of this CreateSqlEndpointDetails. :rtype: oci.data_flow.models.ShapeConfig �r! r1 r- r- r. r : s z.CreateSqlEndpointDetails.executor_shape_configc C s || _ dS )z� Sets the executor_shape_config of this CreateSqlEndpointDetails. :param executor_shape_config: The executor_shape_config of this CreateSqlEndpointDetails. :type: oci.data_flow.models.ShapeConfig Nr8 )r+ r r- r- r. r D s c C s | j S )z� **[Required]** Gets the min_executor_count of this CreateSqlEndpointDetails. The minimum number of executors. :return: The min_executor_count of this CreateSqlEndpointDetails. :rtype: int �r"