📂 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
›
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_summary.cpython-39.pyc
a ���f2 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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 )+�ContainerScanResultSummaryz4 A summary of a result for a container scan �NONE�LOW�MEDIUM�HIGH�CRITICALc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )ai Initializes a new ContainerScanResultSummary 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 ContainerScanResultSummary. :type id: str :param repository: The value to assign to the repository property of this ContainerScanResultSummary. :type repository: str :param image: The value to assign to the image property of this ContainerScanResultSummary. :type image: str :param compartment_id: The value to assign to the compartment_id property of this ContainerScanResultSummary. :type compartment_id: str :param container_scan_target_id: The value to assign to the container_scan_target_id property of this ContainerScanResultSummary. :type container_scan_target_id: str :param highest_problem_severity: The value to assign to the highest_problem_severity property of this ContainerScanResultSummary. 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 highest_problem_severity: str :param problem_count: The value to assign to the problem_count property of this ContainerScanResultSummary. :type problem_count: int :param time_started: The value to assign to the time_started property of this ContainerScanResultSummary. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this ContainerScanResultSummary. :type time_finished: datetime �str�intZdatetime) �id� repository�image�compartment_id�container_scan_target_id�highest_problem_severity� problem_count�time_started� time_finishedr r r Z compartmentIdZcontainerScanTargetIdZhighestProblemSeverityZproblemCountZtimeStartedZtimeFinishedN)Z swagger_typesZ attribute_map�_id�_repository�_image�_compartment_id�_container_scan_target_id�_highest_problem_severity�_problem_count� _time_started�_time_finished)�self�kwargs� r"