ruạṛ
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200430 from .create_data_asset_details import CreateDataAssetDetails from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class CreateDataAssetFromOracle(CreateDataAssetDetails): """ Details for the Oracle Database data asset type. """ def __init__(self, **kwargs): """ Initializes a new CreateDataAssetFromOracle object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateDataAssetFromOracle.model_type` attribute of this class is ``ORACLE_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 CreateDataAssetFromOracle. 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_DATA_ASSET", "ORACLE_PEOPLESOFT_DATA_ASSET", "ORACLE_SIEBEL_DATA_ASSET", "ORACLE_EBS_DATA_ASSET", "HDFS_DATA_ASSET", "MYSQL_HEATWAVE_DATA_ASSET", "REST_DATA_ASSET" :type model_type: str :param key: The value to assign to the key property of this CreateDataAssetFromOracle. :type key: str :param model_version: The value to assign to the model_version property of this CreateDataAssetFromOracle. :type model_version: str :param name: The value to assign to the name property of this CreateDataAssetFromOracle. :type name: str :param description: The value to assign to the description property of this CreateDataAssetFromOracle. :type description: str :param object_status: The value to assign to the object_status property of this CreateDataAssetFromOracle. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateDataAssetFromOracle. :type identifier: str :param external_key: The value to assign to the external_key property of this CreateDataAssetFromOracle. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this CreateDataAssetFromOracle. :type asset_properties: dict(str, str) :param registry_metadata: The value to assign to the registry_metadata property of this CreateDataAssetFromOracle. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param host: The value to assign to the host property of this CreateDataAssetFromOracle. :type host: str :param port: The value to assign to the port property of this CreateDataAssetFromOracle. :type port: str :param service_name: The value to assign to the service_name property of this CreateDataAssetFromOracle. :type service_name: str :param driver_class: The value to assign to the driver_class property of this CreateDataAssetFromOracle. :type driver_class: str :param sid: The value to assign to the sid property of this CreateDataAssetFromOracle. :type sid: str :param credential_file_content: The value to assign to the credential_file_content property of this CreateDataAssetFromOracle. :type credential_file_content: str :param wallet_secret: The value to assign to the wallet_secret property of this CreateDataAssetFromOracle. :type wallet_secret: oci.data_integration.models.SensitiveAttribute :param wallet_password_secret: The value to assign to the wallet_password_secret property of this CreateDataAssetFromOracle. :type wallet_password_secret: oci.data_integration.models.SensitiveAttribute :param default_connection: The value to assign to the default_connection property of this CreateDataAssetFromOracle. :type default_connection: oci.data_integration.models.CreateConnectionFromOracle """ self.swagger_types = { 'model_type': 'str', 'key': 'str', 'model_version': 'str', 'name': 'str', 'description': 'str', 'object_status': 'int', 'identifier': 'str', 'external_key': 'str', 'asset_properties': 'dict(str, str)', 'registry_metadata': 'RegistryMetadata', 'host': 'str', 'port': 'str', 'service_name': 'str', 'driver_class': 'str', 'sid': 'str', 'credential_file_content': 'str', 'wallet_secret': 'SensitiveAttribute', 'wallet_password_secret': 'SensitiveAttribute', 'default_connection': 'CreateConnectionFromOracle' } self.attribute_map = { 'model_type': 'modelType', 'key': 'key', 'model_version': 'modelVersion', 'name': 'name', 'description': 'description', 'object_status': 'objectStatus', 'identifier': 'identifier', 'external_key': 'externalKey', 'asset_properties': 'assetProperties', 'registry_metadata': 'registryMetadata', 'host': 'host', 'port': 'port', 'service_name': 'serviceName', 'driver_class': 'driverClass', 'sid': 'sid', 'credential_file_content': 'credentialFileContent', 'wallet_secret': 'walletSecret', 'wallet_password_secret': 'walletPasswordSecret', 'default_connection': 'defaultConnection' } self._model_type = None self._key = None self._model_version = None self._name = None self._description = None self._object_status = None self._identifier = None self._external_key = None self._asset_properties = None self._registry_metadata = None self._host = None self._port = None self._service_name = None self._driver_class = None self._sid = None self._credential_file_content = None self._wallet_secret = None self._wallet_password_secret = None self._default_connection = None self._model_type = 'ORACLE_DATA_ASSET' @property def host(self): """ Gets the host of this CreateDataAssetFromOracle. The Oracle Database hostname. :return: The host of this CreateDataAssetFromOracle. :rtype: str """ return self._host @host.setter def host(self, host): """ Sets the host of this CreateDataAssetFromOracle. The Oracle Database hostname. :param host: The host of this CreateDataAssetFromOracle. :type: str """ self._host = host @property def port(self): """ Gets the port of this CreateDataAssetFromOracle. The Oracle Database port. :return: The port of this CreateDataAssetFromOracle. :rtype: str """ return self._port @port.setter def port(self, port): """ Sets the port of this CreateDataAssetFromOracle. The Oracle Database port. :param port: The port of this CreateDataAssetFromOracle. :type: str """ self._port = port @property def service_name(self): """ Gets the service_name of this CreateDataAssetFromOracle. The service name for the data asset. :return: The service_name of this CreateDataAssetFromOracle. :rtype: str """ return self._service_name @service_name.setter def service_name(self, service_name): """ Sets the service_name of this CreateDataAssetFromOracle. The service name for the data asset. :param service_name: The service_name of this CreateDataAssetFromOracle. :type: str """ self._service_name = service_name @property def driver_class(self): """ Gets the driver_class of this CreateDataAssetFromOracle. The Oracle Database driver class. :return: The driver_class of this CreateDataAssetFromOracle. :rtype: str """ return self._driver_class @driver_class.setter def driver_class(self, driver_class): """ Sets the driver_class of this CreateDataAssetFromOracle. The Oracle Database driver class. :param driver_class: The driver_class of this CreateDataAssetFromOracle. :type: str """ self._driver_class = driver_class @property def sid(self): """ Gets the sid of this CreateDataAssetFromOracle. The Oracle Database SID. :return: The sid of this CreateDataAssetFromOracle. :rtype: str """ return self._sid @sid.setter def sid(self, sid): """ Sets the sid of this CreateDataAssetFromOracle. The Oracle Database SID. :param sid: The sid of this CreateDataAssetFromOracle. :type: str """ self._sid = sid @property def credential_file_content(self): """ Gets the credential_file_content of this CreateDataAssetFromOracle. The credential file content from a wallet for the data asset. :return: The credential_file_content of this CreateDataAssetFromOracle. :rtype: str """ return self._credential_file_content @credential_file_content.setter def credential_file_content(self, credential_file_content): """ Sets the credential_file_content of this CreateDataAssetFromOracle. The credential file content from a wallet for the data asset. :param credential_file_content: The credential_file_content of this CreateDataAssetFromOracle. :type: str """ self._credential_file_content = credential_file_content @property def wallet_secret(self): """ Gets the wallet_secret of this CreateDataAssetFromOracle. :return: The wallet_secret of this CreateDataAssetFromOracle. :rtype: oci.data_integration.models.SensitiveAttribute """ return self._wallet_secret @wallet_secret.setter def wallet_secret(self, wallet_secret): """ Sets the wallet_secret of this CreateDataAssetFromOracle. :param wallet_secret: The wallet_secret of this CreateDataAssetFromOracle. :type: oci.data_integration.models.SensitiveAttribute """ self._wallet_secret = wallet_secret @property def wallet_password_secret(self): """ Gets the wallet_password_secret of this CreateDataAssetFromOracle. :return: The wallet_password_secret of this CreateDataAssetFromOracle. :rtype: oci.data_integration.models.SensitiveAttribute """ return self._wallet_password_secret @wallet_password_secret.setter def wallet_password_secret(self, wallet_password_secret): """ Sets the wallet_password_secret of this CreateDataAssetFromOracle. :param wallet_password_secret: The wallet_password_secret of this CreateDataAssetFromOracle. :type: oci.data_integration.models.SensitiveAttribute """ self._wallet_password_secret = wallet_password_secret @property def default_connection(self): """ Gets the default_connection of this CreateDataAssetFromOracle. :return: The default_connection of this CreateDataAssetFromOracle. :rtype: oci.data_integration.models.CreateConnectionFromOracle """ return self._default_connection @default_connection.setter def default_connection(self, default_connection): """ Sets the default_connection of this CreateDataAssetFromOracle. :param default_connection: The default_connection of this CreateDataAssetFromOracle. :type: oci.data_integration.models.CreateConnectionFromOracle """ self._default_connection = default_connection def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
cải xoăn