📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addm_report.cpython-39.opt-1.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 @ 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 dd� Zdd� Zdd� ZdS ) � AddmReportz ADDM Tasks. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a4 Initializes a new AddmReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_interval_start: The value to assign to the time_interval_start property of this AddmReport. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this AddmReport. :type time_interval_end: datetime :param task_identifier: The value to assign to the task_identifier property of this AddmReport. :type task_identifier: str :param database_identifier: The value to assign to the database_identifier property of this AddmReport. :type database_identifier: str :param snapshot_interval_start: The value to assign to the snapshot_interval_start property of this AddmReport. :type snapshot_interval_start: str :param snapshot_interval_end: The value to assign to the snapshot_interval_end property of this AddmReport. :type snapshot_interval_end: str :param addm_report: The value to assign to the addm_report property of this AddmReport. :type addm_report: str Zdatetime�str)�time_interval_start�time_interval_end�task_identifier�database_identifier�snapshot_interval_start�snapshot_interval_end�addm_reportZtimeIntervalStartZtimeIntervalEndZtaskIdentifierZdatabaseIdentifierZsnapshotIntervalStartZsnapshotIntervalEndZ addmReportN) Z swagger_typesZ attribute_map�_time_interval_start�_time_interval_end�_task_identifier�_database_identifier�_snapshot_interval_start�_snapshot_interval_end�_addm_report)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/opsi/models/addm_report.py�__init__ s. #�� zAddmReport.__init__c C s | j S )z� **[Required]** Gets the time_interval_start of this AddmReport. The start timestamp that was passed into the request. :return: The time_interval_start of this AddmReport. :rtype: datetime �r �r r r r r P s zAddmReport.time_interval_startc C s || _ dS )z� Sets the time_interval_start of this AddmReport. The start timestamp that was passed into the request. :param time_interval_start: The time_interval_start of this AddmReport. :type: datetime Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the time_interval_end of this AddmReport. The end timestamp that was passed into the request. :return: The time_interval_end of this AddmReport. :rtype: datetime �r r r r r r h s zAddmReport.time_interval_endc C s || _ dS )z� Sets the time_interval_end of this AddmReport. The end timestamp that was passed into the request. :param time_interval_end: The time_interval_end of this AddmReport. :type: datetime Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the task_identifier of this AddmReport. TASK_ID in the oracle database view DBA_ADDM_TASKS :return: The task_identifier of this AddmReport. :rtype: str �r r r r r r � s zAddmReport.task_identifierc C s || _ dS )z� Sets the task_identifier of this AddmReport. TASK_ID in the oracle database view DBA_ADDM_TASKS :param task_identifier: The task_identifier of this AddmReport. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the database_identifier of this AddmReport. Internal id of the database. :return: The database_identifier of this AddmReport. :rtype: str �r r r r r r � s zAddmReport.database_identifierc C s || _ dS )z� Sets the database_identifier of this AddmReport. Internal id of the database. :param database_identifier: The database_identifier of this AddmReport. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the snapshot_interval_start of this AddmReport. AWR snapshot id. :return: The snapshot_interval_start of this AddmReport. :rtype: str �r r r r r r � s z"AddmReport.snapshot_interval_startc C s || _ dS )z� Sets the snapshot_interval_start of this AddmReport. AWR snapshot id. :param snapshot_interval_start: The snapshot_interval_start of this AddmReport. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the snapshot_interval_end of this AddmReport. AWR snapshot id. :return: The snapshot_interval_end of this AddmReport. :rtype: str �r r r r r r � s z AddmReport.snapshot_interval_endc C s || _ dS )z� Sets the snapshot_interval_end of this AddmReport. AWR snapshot id. :param snapshot_interval_end: The snapshot_interval_end of this AddmReport. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the addm_report of this AddmReport. The complete ADDM report :return: The addm_report of this AddmReport. :rtype: str �r r r r r r � s zAddmReport.addm_reportc C s || _ dS )z� Sets the addm_report of this AddmReport. The complete ADDM report :param addm_report: The addm_report of this AddmReport. :type: str Nr"