📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
vulnerability_scanning
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/vulnerability_scanning/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: container_scan_result_summary.pyc
a O��f�1 � @ 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�int�datetime) �id� repository�image�compartment_id�container_scan_target_id�highest_problem_severity� problem_count�time_started� time_finishedr r r � compartmentId�containerScanTargetId�highestProblemSeverity�problemCount�timeStarted�timeFinishedN)� swagger_types� attribute_map�_id�_repository�_image�_compartment_id�_container_scan_target_id�_highest_problem_severity�_problem_count� _time_started�_time_finished)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/container_scan_result_summary.py�__init__$ s: -� �z#ContainerScanResultSummary.__init__c C s | j S )aN **[Required]** Gets the id of this ContainerScanResultSummary. The `OCID`__ of container scan result. Immutable and generated on creation. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ContainerScanResultSummary. :rtype: str �r �r) r+ r+ r, r r s zContainerScanResultSummary.idc C s || _ dS )a@ Sets the id of this ContainerScanResultSummary. The `OCID`__ of container scan result. Immutable and generated on creation. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ContainerScanResultSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the repository of this ContainerScanResultSummary. Repository in which the container image scanned is located :return: The repository of this ContainerScanResultSummary. :rtype: str �r! r/ r+ r+ r, r � s z%ContainerScanResultSummary.repositoryc C s || _ dS )z� Sets the repository of this ContainerScanResultSummary. Repository in which the container image scanned is located :param repository: The repository of this ContainerScanResultSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the image of this ContainerScanResultSummary. Image name :return: The image of this ContainerScanResultSummary. :rtype: str �r"