📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_agent_scan_result_summary.pyc
a O��f9@ � @ 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 ZdZdd� Zedd� �Zejdd� �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� �Zejd1d0� �Zd2d3� Zd4d5� Z d6d7� Z!d8S )9�HostAgentScanResultSummaryz5 A summary of a result for a host agent scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�OCI�QUALYSc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aF Initializes a new HostAgentScanResultSummary 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 HostAgentScanResultSummary. :type id: str :param display_name: The value to assign to the display_name property of this HostAgentScanResultSummary. :type display_name: str :param instance_id: The value to assign to the instance_id property of this HostAgentScanResultSummary. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this HostAgentScanResultSummary. :type compartment_id: str :param highest_problem_severity: The value to assign to the highest_problem_severity property of this HostAgentScanResultSummary. 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 operating_system: The value to assign to the operating_system property of this HostAgentScanResultSummary. :type operating_system: str :param problem_count: The value to assign to the problem_count property of this HostAgentScanResultSummary. :type problem_count: int :param time_started: The value to assign to the time_started property of this HostAgentScanResultSummary. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this HostAgentScanResultSummary. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this HostAgentScanResultSummary. 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 :param vendor: The value to assign to the vendor property of this HostAgentScanResultSummary. Allowed values for this property are: "OCI", "QUALYS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vendor: str �str�int�datetime)�id�display_name�instance_id�compartment_id�highest_problem_severity�operating_system� problem_count�time_started� time_finished�lifecycle_state�vendorr �displayName� instanceId� compartmentId�highestProblemSeverity�operatingSystem�problemCount�timeStarted�timeFinished�lifecycleStater! N) � swagger_types� attribute_map�_id� _display_name�_instance_id�_compartment_id�_highest_problem_severity�_operating_system�_problem_count� _time_started�_time_finished�_lifecycle_state�_vendor)�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_summary.py�__init__D sF 9��z#HostAgentScanResultSummary.__init__c C s | j S )z� **[Required]** Gets the id of this HostAgentScanResultSummary. Unique identifier of the scan :return: The id of this HostAgentScanResultSummary. :rtype: str �r- �r8 r: r: r; r � s zHostAgentScanResultSummary.idc C s || _ dS )z� Sets the id of this HostAgentScanResultSummary. Unique identifier of the scan :param id: The id of this HostAgentScanResultSummary. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )z� Gets the display_name of this HostAgentScanResultSummary. Name of the resource :return: The display_name of this HostAgentScanResultSummary. :rtype: str �r. r>