📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: awr_db_summary.pyc
a N��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 @ s� 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 � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�AwrDbSummaryz) The AWR summary for a database. c K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new AwrDbSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param awr_db_id: The value to assign to the awr_db_id property of this AwrDbSummary. :type awr_db_id: str :param db_name: The value to assign to the db_name property of this AwrDbSummary. :type db_name: str :param instance_list: The value to assign to the instance_list property of this AwrDbSummary. :type instance_list: list[int] :param time_db_startup: The value to assign to the time_db_startup property of this AwrDbSummary. :type time_db_startup: datetime :param time_first_snapshot_begin: The value to assign to the time_first_snapshot_begin property of this AwrDbSummary. :type time_first_snapshot_begin: datetime :param time_latest_snapshot_end: The value to assign to the time_latest_snapshot_end property of this AwrDbSummary. :type time_latest_snapshot_end: datetime :param first_snapshot_id: The value to assign to the first_snapshot_id property of this AwrDbSummary. :type first_snapshot_id: int :param latest_snapshot_id: The value to assign to the latest_snapshot_id property of this AwrDbSummary. :type latest_snapshot_id: int :param snapshot_count: The value to assign to the snapshot_count property of this AwrDbSummary. :type snapshot_count: int :param snapshot_interval_in_min: The value to assign to the snapshot_interval_in_min property of this AwrDbSummary. :type snapshot_interval_in_min: int :param container_id: The value to assign to the container_id property of this AwrDbSummary. :type container_id: int :param db_version: The value to assign to the db_version property of this AwrDbSummary. :type db_version: str :param snapshot_timezone: The value to assign to the snapshot_timezone property of this AwrDbSummary. :type snapshot_timezone: str �strz list[int]�datetime�int) � awr_db_id�db_name� instance_list�time_db_startup�time_first_snapshot_begin�time_latest_snapshot_end�first_snapshot_id�latest_snapshot_id�snapshot_count�snapshot_interval_in_min�container_id� db_version�snapshot_timezone�awrDbId�dbName�instanceList� timeDbStartup�timeFirstSnapshotBegin�timeLatestSnapshotEnd�firstSnapshotId�latestSnapshotId� snapshotCount�snapshotIntervalInMin�containerId� dbVersion�snapshotTimezoneN)� swagger_types� attribute_map� _awr_db_id�_db_name�_instance_list�_time_db_startup�_time_first_snapshot_begin�_time_latest_snapshot_end�_first_snapshot_id�_latest_snapshot_id�_snapshot_count�_snapshot_interval_in_min� _container_id�_db_version�_snapshot_timezone)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/awr_db_summary.py�__init__ sR ;��zAwrDbSummary.__init__c C s | j S )a� **[Required]** Gets the awr_db_id of this AwrDbSummary. The internal ID of the database. The internal ID of the database is not the `OCID`__. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The awr_db_id of this AwrDbSummary. :rtype: str �r&