ruạṛ
a O��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"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�HostAgentScanResultProblemz. A problem found in a host agent scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�OPEN�FIXED�NOT_APPLICABLEc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a> Initializes a new HostAgentScanResultProblem 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 HostAgentScanResultProblem. :type name: str :param description: The value to assign to the description property of this HostAgentScanResultProblem. :type description: str :param severity: The value to assign to the severity property of this HostAgentScanResultProblem. 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 HostAgentScanResultProblem. 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 HostAgentScanResultProblem. :type cve_reference: str :param issue_id: The value to assign to the issue_id property of this HostAgentScanResultProblem. :type issue_id: int :param time_first_detected: The value to assign to the time_first_detected property of this HostAgentScanResultProblem. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this HostAgentScanResultProblem. :type time_last_detected: datetime :param vulnerable_packages: The value to assign to the vulnerable_packages property of this HostAgentScanResultProblem. :type vulnerable_packages: list[oci.vulnerability_scanning.models.Package] �str�int�datetimez list[Package]) �name�description�severity�state� cve_reference�issue_id�time_first_detected�time_last_detected�vulnerable_packagesr r r r �cveReference�issueId�timeFirstDetected�timeLastDetected�vulnerablePackagesN)� swagger_types� attribute_map�_name�_description� _severity�_state�_cve_reference� _issue_id�_time_first_detected�_time_last_detected�_vulnerable_packages)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/host_agent_scan_result_problem.py�__init__0 s: /� �z#HostAgentScanResultProblem.__init__c C s | j S )z� **[Required]** Gets the name of this HostAgentScanResultProblem. Name of the problem :return: The name of this HostAgentScanResultProblem. :rtype: str �r"