📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compliance_report_target.cpython-39.pyc
a ���f�! � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�ComplianceReportTargetz Details of the Patch. �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNINGc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ComplianceReportTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_id: The value to assign to the target_id property of this ComplianceReportTarget. :type target_id: str :param target_name: The value to assign to the target_name property of this ComplianceReportTarget. :type target_name: str :param version: The value to assign to the version property of this ComplianceReportTarget. :type version: str :param compliance_state: The value to assign to the compliance_state property of this ComplianceReportTarget. Allowed values for this property are: "UNKNOWN", "COMPLIANT", "NON_COMPLIANT", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type compliance_state: str :param installed_patches: The value to assign to the installed_patches property of this ComplianceReportTarget. :type installed_patches: list[oci.fleet_apps_management.models.ComplianceReportPatchDetail] :param recommended_patches: The value to assign to the recommended_patches property of this ComplianceReportTarget. :type recommended_patches: list[oci.fleet_apps_management.models.ComplianceReportPatchDetail] �strz!list[ComplianceReportPatchDetail])� target_id�target_name�version�compliance_state�installed_patches�recommended_patchesZtargetIdZ targetNamer ZcomplianceStateZinstalledPatchesZrecommendedPatchesN)Z swagger_typesZ attribute_map� _target_id�_target_name�_version�_compliance_state�_installed_patches�_recommended_patches)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/compliance_report_target.py�__init__"