📂 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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_port_scan_result.cpython-39.opt-1.pyc
a ���f�8 � @ 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 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(� �Zed*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�HostPortScanResultz, A scan result for a host port scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new HostPortScanResult 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 HostPortScanResult. :type id: str :param display_name: The value to assign to the display_name property of this HostPortScanResult. :type display_name: str :param instance_id: The value to assign to the instance_id property of this HostPortScanResult. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this HostPortScanResult. :type compartment_id: str :param highest_problem_severity: The value to assign to the highest_problem_severity property of this HostPortScanResult. 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 time_started: The value to assign to the time_started property of this HostPortScanResult. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this HostPortScanResult. :type time_finished: datetime :param open_port_count: The value to assign to the open_port_count property of this HostPortScanResult. :type open_port_count: int :param open_ports: The value to assign to the open_ports property of this HostPortScanResult. :type open_ports: list[oci.vulnerability_scanning.models.HostPortScanResultOpenPort] :param lifecycle_state: The value to assign to the lifecycle_state property of this HostPortScanResult. 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 �strZdatetime�intz list[HostPortScanResultOpenPort]) �id�display_name�instance_id�compartment_id�highest_problem_severity�time_started� time_finished�open_port_count� open_ports�lifecycle_stater ZdisplayNameZ instanceIdZ compartmentIdZhighestProblemSeverityZtimeStartedZtimeFinishedZ openPortCountZ openPortsZlifecycleStateN)Z swagger_typesZ attribute_map�_id� _display_name�_instance_id�_compartment_id�_highest_problem_severity� _time_started�_time_finished�_open_port_count�_open_ports�_lifecycle_state)�self�kwargs� r* �[/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/host_port_scan_result.py�__init__>