📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_scan_target_error_summary.cpython-39.pyc
a ���f�7 � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�HostScanTargetErrorSummaryz� One of the error during scanning on instances associated with a host scan target (application of a host scan recipe to a compartment or list of hosts). �OCI�QUALYS�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 HostScanTargetErrorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vendor: The value to assign to the vendor property of this HostScanTargetErrorSummary. 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 :param task: The value to assign to the task property of this HostScanTargetErrorSummary. :type task: str :param message: The value to assign to the message property of this HostScanTargetErrorSummary. :type message: str :param error_code: The value to assign to the error_code property of this HostScanTargetErrorSummary. :type error_code: str :param instance_id: The value to assign to the instance_id property of this HostScanTargetErrorSummary. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this HostScanTargetErrorSummary. 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 time_updated: The value to assign to the time_updated property of this HostScanTargetErrorSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this HostScanTargetErrorSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this HostScanTargetErrorSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this HostScanTargetErrorSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �vendor�task�message� error_code�instance_id�lifecycle_state�time_updated� freeform_tags�defined_tags�system_tagsr r r Z errorCodeZ instanceIdZlifecycleStateZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_vendor�_task�_message�_error_code�_instance_id�_lifecycle_state� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r&