📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: compliance_report_resource.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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�ComplianceReportResourcez! Details of the Resource �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNINGc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )au Initializes a new ComplianceReportResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_id: The value to assign to the resource_id property of this ComplianceReportResource. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this ComplianceReportResource. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this ComplianceReportResource. :type resource_type: str :param tenancy_id: The value to assign to the tenancy_id property of this ComplianceReportResource. :type tenancy_id: str :param tenancy_name: The value to assign to the tenancy_name property of this ComplianceReportResource. :type tenancy_name: str :param compartment: The value to assign to the compartment property of this ComplianceReportResource. :type compartment: str :param resource_region: The value to assign to the resource_region property of this ComplianceReportResource. :type resource_region: str :param compliance_state: The value to assign to the compliance_state property of this ComplianceReportResource. 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 products: The value to assign to the products property of this ComplianceReportResource. :type products: list[oci.fleet_apps_management.models.ComplianceReportProduct] �strzlist[ComplianceReportProduct]) �resource_id� resource_name� resource_type� tenancy_id�tenancy_name�compartment�resource_region�compliance_state�productsZ resourceIdZresourceNameZresourceTypeZ tenancyIdZtenancyNamer ZresourceRegionZcomplianceStater N)Z swagger_typesZ attribute_map�_resource_id�_resource_name�_resource_type�_tenancy_id� _tenancy_name�_compartment�_resource_region�_compliance_state� _products)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/compliance_report_resource.py�__init__"