📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addm_db_summary.cpython-39.pyc
a ���f`. � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))� AddmDbSummaryz% ADDM summary for a database c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AddmDbSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_details: The value to assign to the database_details property of this AddmDbSummary. :type database_details: oci.opsi.models.DatabaseDetails :param number_of_findings: The value to assign to the number_of_findings property of this AddmDbSummary. :type number_of_findings: int :param number_of_addm_tasks: The value to assign to the number_of_addm_tasks property of this AddmDbSummary. :type number_of_addm_tasks: int :param time_first_snapshot_begin: The value to assign to the time_first_snapshot_begin property of this AddmDbSummary. :type time_first_snapshot_begin: datetime :param time_latest_snapshot_end: The value to assign to the time_latest_snapshot_end property of this AddmDbSummary. :type time_latest_snapshot_end: datetime :param snapshot_interval_start: The value to assign to the snapshot_interval_start property of this AddmDbSummary. :type snapshot_interval_start: str :param snapshot_interval_end: The value to assign to the snapshot_interval_end property of this AddmDbSummary. :type snapshot_interval_end: str :param max_overall_impact: The value to assign to the max_overall_impact property of this AddmDbSummary. :type max_overall_impact: float :param most_frequent_category_name: The value to assign to the most_frequent_category_name property of this AddmDbSummary. :type most_frequent_category_name: str :param most_frequent_category_display_name: The value to assign to the most_frequent_category_display_name property of this AddmDbSummary. :type most_frequent_category_display_name: str ZDatabaseDetails�intZdatetime�str�float) �database_details�number_of_findings�number_of_addm_tasks�time_first_snapshot_begin�time_latest_snapshot_end�snapshot_interval_start�snapshot_interval_end�max_overall_impact�most_frequent_category_name�#most_frequent_category_display_nameZdatabaseDetailsZnumberOfFindingsZnumberOfAddmTasksZtimeFirstSnapshotBeginZtimeLatestSnapshotEndZsnapshotIntervalStartZsnapshotIntervalEndZmaxOverallImpactZmostFrequentCategoryNameZmostFrequentCategoryDisplayNameN)Z swagger_typesZ attribute_map�_database_details�_number_of_findings�_number_of_addm_tasks�_time_first_snapshot_begin�_time_latest_snapshot_end�_snapshot_interval_start�_snapshot_interval_end�_max_overall_impact�_most_frequent_category_name�$_most_frequent_category_display_name)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/opsi/models/addm_db_summary.py�__init__ s@ /�� zAddmDbSummary.__init__c C s | j S )z� **[Required]** Gets the database_details of this AddmDbSummary. :return: The database_details of this AddmDbSummary. :rtype: oci.opsi.models.DatabaseDetails �r �r r r r! r e s zAddmDbSummary.database_detailsc C s || _ dS )z� Sets the database_details of this AddmDbSummary. :param database_details: The database_details of this AddmDbSummary. :type: oci.opsi.models.DatabaseDetails Nr# )r r r r r! r o s c C s | j S )z� Gets the number_of_findings of this AddmDbSummary. Number of ADDM findings :return: The number_of_findings of this AddmDbSummary. :rtype: int �r r$ r r r! r y s z AddmDbSummary.number_of_findingsc C s || _ dS )z� Sets the number_of_findings of this AddmDbSummary. Number of ADDM findings :param number_of_findings: The number_of_findings of this AddmDbSummary. :type: int Nr% )r r r r r! r � s c C s | j S )z� Gets the number_of_addm_tasks of this AddmDbSummary. Number of ADDM tasks :return: The number_of_addm_tasks of this AddmDbSummary. :rtype: int �r r$ r r r! r � s z"AddmDbSummary.number_of_addm_tasksc C s || _ dS )z� Sets the number_of_addm_tasks of this AddmDbSummary. Number of ADDM tasks :param number_of_addm_tasks: The number_of_addm_tasks of this AddmDbSummary. :type: int Nr&