📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
adm
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/adm/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: remediation_run.cpython-39.opt-1.pyc
a ���fW � @ 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 Zd ZdZ dZd ZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Z e jd5d4� �Z ed6d7� �Z!e!jd8d7� �Z!ed9d:� �Z"e"jd;d:� �Z"ed<d=� �Z#e#jd>d=� �Z#d?d@� Z$dAdB� Z%dCdD� Z&dES )F�RemediationRuna A remediation run represents an execution of a Remediation Recipe to detect and fix vulnerabilities based on current state of the Vulnerabilities curated in the Knowledge Base. A Run can be triggered manually or when a new CVE is discovered. �MANUAL�KNOWLEDGE_BASE�DETECT� RECOMMEND�VERIFY�APPLY�ACCEPTED�CANCELED� CANCELING�FAILED�IN_PROGRESS� SUCCEEDED�DELETING�DELETEDc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new RemediationRun object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this RemediationRun. :type id: str :param display_name: The value to assign to the display_name property of this RemediationRun. :type display_name: str :param stages: The value to assign to the stages property of this RemediationRun. :type stages: list[oci.adm.models.StageSummary] :param remediation_recipe_id: The value to assign to the remediation_recipe_id property of this RemediationRun. :type remediation_recipe_id: str :param remediation_run_source: The value to assign to the remediation_run_source property of this RemediationRun. Allowed values for this property are: "MANUAL", "KNOWLEDGE_BASE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type remediation_run_source: str :param time_created: The value to assign to the time_created property of this RemediationRun. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this RemediationRun. :type time_updated: datetime :param time_started: The value to assign to the time_started property of this RemediationRun. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this RemediationRun. :type time_finished: datetime :param current_stage_type: The value to assign to the current_stage_type property of this RemediationRun. Allowed values for this property are: "DETECT", "RECOMMEND", "VERIFY", "APPLY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type current_stage_type: str :param compartment_id: The value to assign to the compartment_id property of this RemediationRun. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RemediationRun. Allowed values for this property are: "ACCEPTED", "CANCELED", "CANCELING", "FAILED", "IN_PROGRESS", "SUCCEEDED", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this RemediationRun. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RemediationRun. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RemediationRun. :type system_tags: dict(str, dict(str, object)) �strzlist[StageSummary]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�stages�remediation_recipe_id�remediation_run_source�time_created�time_updated�time_started� time_finished�current_stage_type�compartment_id�lifecycle_state� freeform_tags�defined_tags�system_tagsr ZdisplayNamer ZremediationRecipeIdZremediationRunSourceZtimeCreatedZtimeUpdatedZtimeStartedZtimeFinishedZcurrentStageTypeZ compartmentIdZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_stages�_remediation_recipe_id�_remediation_run_source� _time_created� _time_updated� _time_started�_time_finished�_current_stage_type�_compartment_id�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r6 �B/usr/lib/python3.9/site-packages/oci/adm/models/remediation_run.py�__init__L s^ I��zRemediationRun.__init__c C s | j S )a$ **[Required]** Gets the id of this RemediationRun. The Oracle Cloud Identifier (`OCID`__) of the remediation run. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this RemediationRun. :rtype: str �r% �r4 r6 r6 r7 r � s zRemediationRun.idc C s || _ dS )a Sets the id of this RemediationRun. The Oracle Cloud Identifier (`OCID`__) of the remediation run. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this RemediationRun. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )z� Gets the display_name of this RemediationRun. The name of the remediation run. :return: The display_name of this RemediationRun. :rtype: str �r&