ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDataAssetDetails� )�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 dd� Zdd� Zdd� Z dS )�CreateDataAssetFromJdbcz7 Details for the generic JDBC data asset type. c K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )at Initializes a new CreateDataAssetFromJdbc object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateDataAssetFromJdbc.model_type` attribute of this class is ``GENERIC_JDBC_DATA_ASSET`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this CreateDataAssetFromJdbc. Allowed values for this property are: "ORACLE_DATA_ASSET", "ORACLE_OBJECT_STORAGE_DATA_ASSET", "ORACLE_ATP_DATA_ASSET", "ORACLE_ADWC_DATA_ASSET", "MYSQL_DATA_ASSET", "GENERIC_JDBC_DATA_ASSET", "FUSION_APP_DATA_ASSET", "AMAZON_S3_DATA_ASSET", "LAKE_HOUSE_DATA_ASSET", "REST_DATA_ASSET" :type model_type: str :param key: The value to assign to the key property of this CreateDataAssetFromJdbc. :type key: str :param model_version: The value to assign to the model_version property of this CreateDataAssetFromJdbc. :type model_version: str :param name: The value to assign to the name property of this CreateDataAssetFromJdbc. :type name: str :param description: The value to assign to the description property of this CreateDataAssetFromJdbc. :type description: str :param object_status: The value to assign to the object_status property of this CreateDataAssetFromJdbc. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateDataAssetFromJdbc. :type identifier: str :param external_key: The value to assign to the external_key property of this CreateDataAssetFromJdbc. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this CreateDataAssetFromJdbc. :type asset_properties: dict(str, str) :param registry_metadata: The value to assign to the registry_metadata property of this CreateDataAssetFromJdbc. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param host: The value to assign to the host property of this CreateDataAssetFromJdbc. :type host: str :param port: The value to assign to the port property of this CreateDataAssetFromJdbc. :type port: str :param data_asset_type: The value to assign to the data_asset_type property of this CreateDataAssetFromJdbc. :type data_asset_type: str :param default_connection: The value to assign to the default_connection property of this CreateDataAssetFromJdbc. :type default_connection: oci.data_integration.models.CreateConnectionFromJdbc �str�intzdict(str, str)�RegistryMetadata�CreateConnectionFromJdbc)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�registry_metadata�host�port�data_asset_type�default_connection� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�registryMetadatar r � dataAssetType�defaultConnectionN�GENERIC_JDBC_DATA_ASSET)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_identifier� _external_key�_asset_properties�_registry_metadata�_host�_port�_data_asset_type�_default_connection)�self�kwargs� r6 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_data_asset_from_jdbc.py�__init__ sZ A��z CreateDataAssetFromJdbc.__init__c C s | j S )z� Gets the host of this CreateDataAssetFromJdbc. The generic JDBC host name. :return: The host of this CreateDataAssetFromJdbc. :rtype: str �r0 �r4 r6 r6 r7 r � s zCreateDataAssetFromJdbc.hostc C s || _ dS )z� Sets the host of this CreateDataAssetFromJdbc. The generic JDBC host name. :param host: The host of this CreateDataAssetFromJdbc. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )z� Gets the port of this CreateDataAssetFromJdbc. The generic JDBC port number. :return: The port of this CreateDataAssetFromJdbc. :rtype: str �r1 r: r6 r6 r7 r � s zCreateDataAssetFromJdbc.portc C s || _ dS )z� Sets the port of this CreateDataAssetFromJdbc. The generic JDBC port number. :param port: The port of this CreateDataAssetFromJdbc. :type: str Nr; )r4 r r6 r6 r7 r � s c C s | j S )z� Gets the data_asset_type of this CreateDataAssetFromJdbc. The data asset type for the generic JDBC data asset. :return: The data_asset_type of this CreateDataAssetFromJdbc. :rtype: str �r2 r: r6 r6 r7 r � s z'CreateDataAssetFromJdbc.data_asset_typec C s || _ dS )z� Sets the data_asset_type of this CreateDataAssetFromJdbc. The data asset type for the generic JDBC data asset. :param data_asset_type: The data_asset_type of this CreateDataAssetFromJdbc. :type: str Nr<