📂 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
›
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_cis_benchmark_scan_result.cpython-39.pyc
a ���fE3 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�HostCisBenchmarkScanResultzc A scan result of all CIS (Center for Internet Security) benchmark execution for this host �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new HostCisBenchmarkScanResult 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 HostCisBenchmarkScanResult. :type id: str :param display_name: The value to assign to the display_name property of this HostCisBenchmarkScanResult. :type display_name: str :param instance_id: The value to assign to the instance_id property of this HostCisBenchmarkScanResult. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this HostCisBenchmarkScanResult. :type compartment_id: str :param time_started: The value to assign to the time_started property of this HostCisBenchmarkScanResult. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this HostCisBenchmarkScanResult. :type time_finished: datetime :param cis_benchmark_scan_issues_count: The value to assign to the cis_benchmark_scan_issues_count property of this HostCisBenchmarkScanResult. :type cis_benchmark_scan_issues_count: int :param cis_benchmark_scan_result_scores: The value to assign to the cis_benchmark_scan_result_scores property of this HostCisBenchmarkScanResult. :type cis_benchmark_scan_result_scores: list[oci.vulnerability_scanning.models.HostCisBenchmarkScanResultScore] :param lifecycle_state: The value to assign to the lifecycle_state property of this HostCisBenchmarkScanResult. 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[HostCisBenchmarkScanResultScore]) �id�display_name�instance_id�compartment_id�time_started� time_finished�cis_benchmark_scan_issues_count� cis_benchmark_scan_result_scores�lifecycle_stater ZdisplayNameZ instanceIdZ compartmentIdZtimeStartedZtimeFinishedZcisBenchmarkScanIssuesCountZcisBenchmarkScanResultScoresZlifecycleStateN)Z swagger_typesZ attribute_map�_id� _display_name�_instance_id�_compartment_id� _time_started�_time_finished� _cis_benchmark_scan_issues_count�!_cis_benchmark_scan_result_scores�_lifecycle_state)�self�kwargs� r# �d/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/host_cis_benchmark_scan_result.py�__init__* s: -� �z#HostCisBenchmarkScanResult.__init__c C s | j S )z� **[Required]** Gets the id of this HostCisBenchmarkScanResult. Unique identifier of the scan :return: The id of this HostCisBenchmarkScanResult. :rtype: str �r �r! r# r# r$ r x s zHostCisBenchmarkScanResult.idc C s || _ dS )z� Sets the id of this HostCisBenchmarkScanResult. Unique identifier of the scan :param id: The id of this HostCisBenchmarkScanResult. :type: str Nr&