ruạṛ
a ���f"z � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"edJdK� �Z#e#jdLdK� �Z#edMdN� �Z$e$jdOdN� �Z$edPdQ� �Z%e%jdRdQ� �Z%edSdT� �Z&e&jdUdT� �Z&edVdW� �Z'e'jdXdW� �Z'dYdZ� Z(d[d\� Z)d]d^� Z*d_S )`�SqlEndpointz, The description of a SQL Endpoint. �CREATING�ACTIVE�DELETING�DELETED�FAILED�UPDATING�NEEDS_ATTENTIONc K s ddddddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd d!d"d�| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _ d#| _ d#| _d#| _d#| _ d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#S )$a Initializes a new SqlEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SqlEndpoint. :type id: str :param display_name: The value to assign to the display_name property of this SqlEndpoint. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this SqlEndpoint. :type compartment_id: str :param jdbc_endpoint_url: The value to assign to the jdbc_endpoint_url property of this SqlEndpoint. :type jdbc_endpoint_url: str :param time_created: The value to assign to the time_created property of this SqlEndpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SqlEndpoint. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SqlEndpoint. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param state_message: The value to assign to the state_message property of this SqlEndpoint. :type state_message: str :param sql_endpoint_version: The value to assign to the sql_endpoint_version property of this SqlEndpoint. :type sql_endpoint_version: str :param driver_shape: The value to assign to the driver_shape property of this SqlEndpoint. :type driver_shape: str :param driver_shape_config: The value to assign to the driver_shape_config property of this SqlEndpoint. :type driver_shape_config: oci.data_flow.models.ShapeConfig :param executor_shape: The value to assign to the executor_shape property of this SqlEndpoint. :type executor_shape: str :param executor_shape_config: The value to assign to the executor_shape_config property of this SqlEndpoint. :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 SqlEndpoint. :type min_executor_count: int :param max_executor_count: The value to assign to the max_executor_count property of this SqlEndpoint. :type max_executor_count: int :param metastore_id: The value to assign to the metastore_id property of this SqlEndpoint. :type metastore_id: str :param lake_id: The value to assign to the lake_id property of this SqlEndpoint. :type lake_id: str :param warehouse_bucket_uri: The value to assign to the warehouse_bucket_uri property of this SqlEndpoint. :type warehouse_bucket_uri: str :param description: The value to assign to the description property of this SqlEndpoint. :type description: str :param last_accepted_request_token: The value to assign to the last_accepted_request_token property of this SqlEndpoint. :type last_accepted_request_token: str :param freeform_tags: The value to assign to the freeform_tags property of this SqlEndpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SqlEndpoint. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this SqlEndpoint. :type system_tags: dict(str, dict(str, object)) :param spark_advanced_configurations: The value to assign to the spark_advanced_configurations property of this SqlEndpoint. :type spark_advanced_configurations: dict(str, str) :param banner_message: The value to assign to the banner_message property of this SqlEndpoint. :type banner_message: str :param network_configuration: The value to assign to the network_configuration property of this SqlEndpoint. :type network_configuration: oci.data_flow.models.SqlEndpointNetworkConfiguration �strZdatetimeZShapeConfig�intzdict(str, str)zdict(str, dict(str, object))ZSqlEndpointNetworkConfiguration)�id�display_name�compartment_id�jdbc_endpoint_url�time_created�time_updated�lifecycle_state� state_message�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�description�last_accepted_request_token� freeform_tags�defined_tags�system_tags�spark_advanced_configurations�banner_message�network_configurationr ZdisplayNameZ compartmentIdZjdbcEndpointUrlZtimeCreatedZtimeUpdatedZlifecycleStateZstateMessageZsqlEndpointVersionZdriverShapeZdriverShapeConfigZ executorShapeZexecutorShapeConfigZminExecutorCountZmaxExecutorCountZmetastoreIdZlakeIdZwarehouseBucketUrir"