📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
vulnerability_scanning
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: container_scan_result_problem.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 Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�ContainerScanResultProblemz- A problem found in a container scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�OPEN�FIXED�NOT_APPLICABLEc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ContainerScanResultProblem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ContainerScanResultProblem. :type name: str :param description: The value to assign to the description property of this ContainerScanResultProblem. :type description: str :param severity: The value to assign to the severity property of this ContainerScanResultProblem. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH", "CRITICAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param state: The value to assign to the state property of this ContainerScanResultProblem. Allowed values for this property are: "OPEN", "FIXED", "NOT_APPLICABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str :param cve_reference: The value to assign to the cve_reference property of this ContainerScanResultProblem. :type cve_reference: str :param time_first_detected: The value to assign to the time_first_detected property of this ContainerScanResultProblem. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this ContainerScanResultProblem. :type time_last_detected: datetime :param vulnerable_packages: The value to assign to the vulnerable_packages property of this ContainerScanResultProblem. :type vulnerable_packages: list[oci.vulnerability_scanning.models.Package] �strZdatetimez list[Package])�name�description�severity�state� cve_reference�time_first_detected�time_last_detected�vulnerable_packagesr r r r ZcveReferenceZtimeFirstDetectedZtimeLastDetectedZvulnerablePackagesN) Z swagger_typesZ attribute_map�_name�_description� _severity�_state�_cve_reference�_time_first_detected�_time_last_detected�_vulnerable_packages)�self�kwargs� r"