📂 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: host_vulnerability_summary.pyc
a O��f�A � @ 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 ZdZ dZd ZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Z e jd1d0� �Z ed2d3� �Z!e!jd4d3� �Z!d5d6� Z"d7d8� Z#d9d:� Z$d;S )<�HostVulnerabilitySummaryz. Summary of a host scan vulnerability �NONE�LOW�MEDIUM�HIGH�CRITICAL�OPEN�FIXED�NOT_APPLICABLE�CVE�PROBLEM�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new HostVulnerabilitySummary 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 HostVulnerabilitySummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this HostVulnerabilitySummary. :type compartment_id: str :param cve_reference: The value to assign to the cve_reference property of this HostVulnerabilitySummary. :type cve_reference: str :param severity: The value to assign to the severity property of this HostVulnerabilitySummary. 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 HostVulnerabilitySummary. 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 name: The value to assign to the name property of this HostVulnerabilitySummary. :type name: str :param time_last_detected: The value to assign to the time_last_detected property of this HostVulnerabilitySummary. :type time_last_detected: datetime :param time_first_detected: The value to assign to the time_first_detected property of this HostVulnerabilitySummary. :type time_first_detected: datetime :param host_count: The value to assign to the host_count property of this HostVulnerabilitySummary. :type host_count: int :param vulnerability_type: The value to assign to the vulnerability_type property of this HostVulnerabilitySummary. Allowed values for this property are: "CVE", "PROBLEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vulnerability_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this HostVulnerabilitySummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�datetime�int)�id�compartment_id� cve_reference�severity�state�name�time_last_detected�time_first_detected� host_count�vulnerability_type�lifecycle_stater � compartmentId�cveReferencer r r �timeLastDetected�timeFirstDetected� hostCount�vulnerabilityType�lifecycleStateN) � swagger_types� attribute_map�_id�_compartment_id�_cve_reference� _severity�_state�_name�_time_last_detected�_time_first_detected�_host_count�_vulnerability_type�_lifecycle_state)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/host_vulnerability_summary.py�__init__P sF ;��z!HostVulnerabilitySummary.__init__c C s | j S )z� **[Required]** Gets the id of this HostVulnerabilitySummary. ID of the vulnerability :return: The id of this HostVulnerabilitySummary. :rtype: str �r. �r9 r; r; r<