ruạṛ
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 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"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�ContainerScanResultz, A scan result for a container scan �NONE�LOW�MEDIUM�HIGH�CRITICALc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a9 Initializes a new ContainerScanResult 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 ContainerScanResult. :type id: str :param registry_url: The value to assign to the registry_url property of this ContainerScanResult. :type registry_url: str :param repository: The value to assign to the repository property of this ContainerScanResult. :type repository: str :param image: The value to assign to the image property of this ContainerScanResult. :type image: str :param compartment_id: The value to assign to the compartment_id property of this ContainerScanResult. :type compartment_id: str :param target_compartment_id: The value to assign to the target_compartment_id property of this ContainerScanResult. :type target_compartment_id: str :param container_scan_target_id: The value to assign to the container_scan_target_id property of this ContainerScanResult. :type container_scan_target_id: str :param highest_problem_severity: The value to assign to the highest_problem_severity property of this ContainerScanResult. 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 ContainerScanResult. :type problem_count: int :param time_started: The value to assign to the time_started property of this ContainerScanResult. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this ContainerScanResult. :type time_finished: datetime :param problems: The value to assign to the problems property of this ContainerScanResult. :type problems: list[oci.vulnerability_scanning.models.ContainerScanResultProblem] �str�intZdatetimez list[ContainerScanResultProblem])�id�registry_url� repository�image�compartment_id�target_compartment_id�container_scan_target_id�highest_problem_severity� problem_count�time_started� time_finished�problemsr ZregistryUrlr r Z compartmentIdZtargetCompartmentIdZcontainerScanTargetIdZhighestProblemSeverityZproblemCountZtimeStartedZtimeFinishedr N)Z swagger_typesZ attribute_map�_id� _registry_url�_repository�_image�_compartment_id�_target_compartment_id�_container_scan_target_id�_highest_problem_severity�_problem_count� _time_started�_time_finished� _problems)�self�kwargs� r( �[/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/container_scan_result.py�__init__&