ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OpsiDataObject� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�DatabaseInsightsDataObjectz( Database insights data object. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ad Initializes a new DatabaseInsightsDataObject object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DatabaseInsightsDataObject.data_object_type` attribute of this class is ``DATABASE_INSIGHTS_DATA_OBJECT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param identifier: The value to assign to the identifier property of this DatabaseInsightsDataObject. :type identifier: str :param data_object_type: The value to assign to the data_object_type property of this DatabaseInsightsDataObject. Allowed values for this property are: "DATABASE_INSIGHTS_DATA_OBJECT", "HOST_INSIGHTS_DATA_OBJECT", "EXADATA_INSIGHTS_DATA_OBJECT" :type data_object_type: str :param display_name: The value to assign to the display_name property of this DatabaseInsightsDataObject. :type display_name: str :param description: The value to assign to the description property of this DatabaseInsightsDataObject. :type description: str :param name: The value to assign to the name property of this DatabaseInsightsDataObject. :type name: str :param group_names: The value to assign to the group_names property of this DatabaseInsightsDataObject. :type group_names: list[str] :param supported_query_time_period: The value to assign to the supported_query_time_period property of this DatabaseInsightsDataObject. :type supported_query_time_period: str :param columns_metadata: The value to assign to the columns_metadata property of this DatabaseInsightsDataObject. :type columns_metadata: list[oci.opsi.models.DataObjectColumnMetadata] :param supported_query_params: The value to assign to the supported_query_params property of this DatabaseInsightsDataObject. :type supported_query_params: list[oci.opsi.models.OpsiDataObjectSupportedQueryParam] �strz list[str]zlist[DataObjectColumnMetadata]z'list[OpsiDataObjectSupportedQueryParam]) � identifierZdata_object_typeZdisplay_name�description�nameZgroup_namesZsupported_query_time_periodZcolumns_metadataZsupported_query_paramsr ZdataObjectTypeZdisplayNamer r Z groupNamesZsupportedQueryTimePeriodZcolumnsMetadataZsupportedQueryParamsNZDATABASE_INSIGHTS_DATA_OBJECT)Z swagger_typesZ attribute_mapZ_identifierZ_data_object_typeZ _display_nameZ_description�_nameZ_group_namesZ_supported_query_time_periodZ_columns_metadataZ_supported_query_params)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/opsi/models/database_insights_data_object.py�__init__ s<