📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
vulnerability_scanning
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/__pycache__
💾
Free:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_port_scan_result_summary.cpython-39.pyc
a ���f=6 � @ 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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�HostPortScanResultSummaryz5 A summary of a result for a host agent scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aO Initializes a new HostPortScanResultSummary 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 HostPortScanResultSummary. :type id: str :param display_name: The value to assign to the display_name property of this HostPortScanResultSummary. :type display_name: str :param instance_id: The value to assign to the instance_id property of this HostPortScanResultSummary. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this HostPortScanResultSummary. :type compartment_id: str :param highest_problem_severity: The value to assign to the highest_problem_severity property of this HostPortScanResultSummary. 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 open_port_count: The value to assign to the open_port_count property of this HostPortScanResultSummary. :type open_port_count: int :param time_started: The value to assign to the time_started property of this HostPortScanResultSummary. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this HostPortScanResultSummary. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this HostPortScanResultSummary. 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�intZdatetime) �id�display_name�instance_id�compartment_id�highest_problem_severity�open_port_count�time_started� time_finished�lifecycle_stater ZdisplayNameZ instanceIdZ compartmentIdZhighestProblemSeverityZ openPortCountZtimeStartedZtimeFinishedZlifecycleStateN)Z swagger_typesZ attribute_map�_id� _display_name�_instance_id�_compartment_id�_highest_problem_severity�_open_port_count� _time_started�_time_finished�_lifecycle_state)�self�kwargs� r( �c/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/host_port_scan_result_summary.py�__init__>