📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: historic_addm_result.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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zd2d3� Zd4d5� Zd6d7� Zd8S )9�HistoricAddmResultz0 The details of the historic ADDM task. �INITIAL� EXECUTING�INTERRUPTED� COMPLETED�ERROR�AUTO�MANUALc 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 HistoricAddmResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_newly_created: The value to assign to the is_newly_created property of this HistoricAddmResult. :type is_newly_created: bool :param task_name: The value to assign to the task_name property of this HistoricAddmResult. :type task_name: str :param task_id: The value to assign to the task_id property of this HistoricAddmResult. :type task_id: int :param description: The value to assign to the description property of this HistoricAddmResult. :type description: str :param db_user: The value to assign to the db_user property of this HistoricAddmResult. :type db_user: str :param status: The value to assign to the status property of this HistoricAddmResult. Allowed values for this property are: "INITIAL", "EXECUTING", "INTERRUPTED", "COMPLETED", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_created: The value to assign to the time_created property of this HistoricAddmResult. :type time_created: datetime :param how_created: The value to assign to the how_created property of this HistoricAddmResult. Allowed values for this property are: "AUTO", "MANUAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type how_created: str :param start_snapshot_time: The value to assign to the start_snapshot_time property of this HistoricAddmResult. :type start_snapshot_time: datetime :param end_snapshot_time: The value to assign to the end_snapshot_time property of this HistoricAddmResult. :type end_snapshot_time: datetime :param begin_snapshot_id: The value to assign to the begin_snapshot_id property of this HistoricAddmResult. :type begin_snapshot_id: int :param end_snapshot_id: The value to assign to the end_snapshot_id property of this HistoricAddmResult. :type end_snapshot_id: int :param findings: The value to assign to the findings property of this HistoricAddmResult. :type findings: int �bool�str�intZdatetime) �is_newly_created� task_name�task_id�description�db_user�status�time_created�how_created�start_snapshot_time�end_snapshot_time�begin_snapshot_id�end_snapshot_id�findingsZisNewlyCreatedZtaskNameZtaskIdr ZdbUserr ZtimeCreatedZ howCreatedZstartSnapshotTimeZendSnapshotTimeZbeginSnapshotIdZ endSnapshotIdr N)Z swagger_typesZ attribute_map�_is_newly_created� _task_name�_task_id�_description�_db_user�_status� _time_created�_how_created�_start_snapshot_time�_end_snapshot_time�_begin_snapshot_id�_end_snapshot_id� _findings)�self�kwargs� r- �W/usr/lib/python3.9/site-packages/oci/database_management/models/historic_addm_result.py�__init__. sR ?��zHistoricAddmResult.__init__c C s | j S )a Gets the is_newly_created of this HistoricAddmResult. Specifies whether the ADDM task returned had already existed or was newly created by the api call. :return: The is_newly_created of this HistoricAddmResult. :rtype: bool �r �r+ r- r- r. r � s z#HistoricAddmResult.is_newly_createdc C s || _ dS )a Sets the is_newly_created of this HistoricAddmResult. Specifies whether the ADDM task returned had already existed or was newly created by the api call. :param is_newly_created: The is_newly_created of this HistoricAddmResult. :type: bool Nr0 )r+ r r- r- r. r � s c C s | j S )z� Gets the task_name of this HistoricAddmResult. The name of the historic ADDM task. :return: The task_name of this HistoricAddmResult. :rtype: str �r r1 r- r- r. r � s zHistoricAddmResult.task_namec C s || _ dS )z� Sets the task_name of this HistoricAddmResult. The name of the historic ADDM task. :param task_name: The task_name of this HistoricAddmResult. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the task_id of this HistoricAddmResult. The ID of the historic ADDM task. :return: The task_id of this HistoricAddmResult. :rtype: int �r r1 r- r- r. r � s zHistoricAddmResult.task_idc C s || _ dS )z� Sets the task_id of this HistoricAddmResult. The ID of the historic ADDM task. :param task_id: The task_id of this HistoricAddmResult. :type: int Nr3 )r+ r r- r- r. r � s c C s | j S )z� Gets the description of this HistoricAddmResult. The description of the ADDM task. :return: The description of this HistoricAddmResult. :rtype: str �r! r1 r- r- r. r � s zHistoricAddmResult.descriptionc C s || _ dS )z� Sets the description of this HistoricAddmResult. The description of the ADDM task. :param description: The description of this HistoricAddmResult. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )z� Gets the db_user of this HistoricAddmResult. The database user who owns the historic ADDM task. :return: The db_user of this HistoricAddmResult. :rtype: str �r"