ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AwrQueryResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�AwrDbSqlReportz+ The result of the AWR SQL report. �HTML�TEXTc K s` dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new AwrDbSqlReport object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.AwrDbSqlReport.awr_result_type` attribute of this class is ``AWRDB_SQL_REPORT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this AwrDbSqlReport. :type name: str :param version: The value to assign to the version property of this AwrDbSqlReport. :type version: str :param query_key: The value to assign to the query_key property of this AwrDbSqlReport. :type query_key: str :param db_query_time_in_secs: The value to assign to the db_query_time_in_secs property of this AwrDbSqlReport. :type db_query_time_in_secs: float :param awr_result_type: The value to assign to the awr_result_type property of this AwrDbSqlReport. Allowed values for this property are: "AWRDB_SET", "AWRDB_SNAPSHOT_RANGE_SET", "AWRDB_SNAPSHOT_SET", "AWRDB_METRICS_SET", "AWRDB_SYSSTAT_SET", "AWRDB_TOP_EVENT_SET", "AWRDB_EVENT_SET", "AWRDB_EVENT_HISTOGRAM", "AWRDB_DB_PARAMETER_SET", "AWRDB_DB_PARAMETER_CHANGE", "AWRDB_ASH_CPU_USAGE_SET", "AWRDB_DB_REPORT", "AWRDB_SQL_REPORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type awr_result_type: str :param content: The value to assign to the content property of this AwrDbSqlReport. :type content: str :param format: The value to assign to the format property of this AwrDbSqlReport. Allowed values for this property are: "HTML", "TEXT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type format: str �str�float)�name�version� query_key�db_query_time_in_secs�awr_result_type�content�formatr r �queryKey�dbQueryTimeInSecs� awrResultTyper r N�AWRDB_SQL_REPORT) � swagger_types� attribute_map�_name�_version� _query_key�_db_query_time_in_secs�_awr_result_type�_content�_format)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/awr_db_sql_report.py�__init__ s0 (�� zAwrDbSqlReport.__init__c C s | j S )z� Gets the content of this AwrDbSqlReport. The content of the report. :return: The content of this AwrDbSqlReport. :rtype: str �r �r! r# r# r$ r \ s zAwrDbSqlReport.contentc C s || _ dS )z� Sets the content of this AwrDbSqlReport. The content of the report. :param content: The content of this AwrDbSqlReport. :type: str Nr&