📂 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.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_endpoint_protection_scan_result.cpython-39.pyc
a ���f3= � @ 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� HostEndpointProtectionScanResultz; A scan result for a host endpoint protection 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 HostEndpointProtectionScanResult 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 HostEndpointProtectionScanResult. :type id: str :param display_name: The value to assign to the display_name property of this HostEndpointProtectionScanResult. :type display_name: str :param instance_id: The value to assign to the instance_id property of this HostEndpointProtectionScanResult. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this HostEndpointProtectionScanResult. :type compartment_id: str :param time_started: The value to assign to the time_started property of this HostEndpointProtectionScanResult. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this HostEndpointProtectionScanResult. :type time_finished: datetime :param problem_severity: The value to assign to the problem_severity property of this HostEndpointProtectionScanResult. 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 problem_severity: str :param endpoint_protections_count: The value to assign to the endpoint_protections_count property of this HostEndpointProtectionScanResult. :type endpoint_protections_count: int :param endpoint_protections: The value to assign to the endpoint_protections property of this HostEndpointProtectionScanResult. :type endpoint_protections: list[oci.vulnerability_scanning.models.HostEndpointProtectionScanResultEndpointProtection] :param lifecycle_state: The value to assign to the lifecycle_state property of this HostEndpointProtectionScanResult. 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�intz8list[HostEndpointProtectionScanResultEndpointProtection]) �id�display_name�instance_id�compartment_id�time_started� time_finished�problem_severity�endpoint_protections_count�endpoint_protections�lifecycle_stater ZdisplayNameZ instanceIdZ compartmentIdZtimeStartedZtimeFinishedZproblemSeverityZendpointProtectionsCountZendpointProtectionsZlifecycleStateN)Z swagger_typesZ attribute_map�_id� _display_name�_instance_id�_compartment_id� _time_started�_time_finished�_problem_severity�_endpoint_protections_count�_endpoint_protections�_lifecycle_state)�self�kwargs� r* �j/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/host_endpoint_protection_scan_result.py�__init__>