ruạṛ
a O��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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AwrDatabaseSysstatCollectionz3 The AWR SYSSTAT time series summary data. c K sL dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new AwrDatabaseSysstatCollection object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.AwrDatabaseSysstatCollection.awr_result_type` attribute of this class is ``AWRDB_SYSSTAT_SET`` 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 AwrDatabaseSysstatCollection. :type name: str :param version: The value to assign to the version property of this AwrDatabaseSysstatCollection. :type version: str :param db_query_time_in_secs: The value to assign to the db_query_time_in_secs property of this AwrDatabaseSysstatCollection. :type db_query_time_in_secs: float :param awr_result_type: The value to assign to the awr_result_type property of this AwrDatabaseSysstatCollection. 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 items: The value to assign to the items property of this AwrDatabaseSysstatCollection. :type items: list[oci.opsi.models.AwrDatabaseSysstatSummary] �str�floatzlist[AwrDatabaseSysstatSummary])�name�version�db_query_time_in_secs�awr_result_type�itemsr r �dbQueryTimeInSecs� awrResultTyper N�AWRDB_SYSSTAT_SET)� swagger_types� attribute_map�_name�_version�_db_query_time_in_secs�_awr_result_type�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/awr_database_sysstat_collection.py�__init__ s$ � �z%AwrDatabaseSysstatCollection.__init__c C s | j S )z� Gets the items of this AwrDatabaseSysstatCollection. A list of AWR SYSSTAT summary data. :return: The items of this AwrDatabaseSysstatCollection. :rtype: list[oci.opsi.models.AwrDatabaseSysstatSummary] �r �r r r r r D s z"AwrDatabaseSysstatCollection.itemsc C s || _ dS )z� Sets the items of this AwrDatabaseSysstatCollection. A list of AWR SYSSTAT summary data. :param items: The items of this AwrDatabaseSysstatCollection. :type: list[oci.opsi.models.AwrDatabaseSysstatSummary] Nr )r r r r r r P s c C s t | �S �N)r r r r r �__repr__\ s z%AwrDatabaseSysstatCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq___ s z#AwrDatabaseSysstatCollection.__eq__c C s | |k S r! r r$ r r r �__ne__e s z#AwrDatabaseSysstatCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr"