📂 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: fleet_resource_summary.cpython-39.pyc
a ���f�W � @ 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 @ sH 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!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Ze d;d<� �Zejd=d<� �Ze d>d?� �Zejd@d?� �Ze dAdB� �ZejdCdB� �ZdDdE� ZdFdG� Z dHdI� Z!dJS )K�FleetResourceSummaryz' Summary of the FleetResource. �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNINGc K s� ddddddddddddddddddddd�| _ dddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new FleetResourceSummary 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 FleetResourceSummary. :type id: str :param tenancy_id: The value to assign to the tenancy_id property of this FleetResourceSummary. :type tenancy_id: str :param resource_region: The value to assign to the resource_region property of this FleetResourceSummary. :type resource_region: str :param time_created: The value to assign to the time_created property of this FleetResourceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FleetResourceSummary. :type time_updated: datetime :param compartment_id: The value to assign to the compartment_id property of this FleetResourceSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FleetResourceSummary. :type display_name: str :param resource_id: The value to assign to the resource_id property of this FleetResourceSummary. :type resource_id: str :param compliance_state: The value to assign to the compliance_state property of this FleetResourceSummary. 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 tenancy_name: The value to assign to the tenancy_name property of this FleetResourceSummary. :type tenancy_name: str :param compartment: The value to assign to the compartment property of this FleetResourceSummary. :type compartment: str :param resource_type: The value to assign to the resource_type property of this FleetResourceSummary. :type resource_type: str :param product_count: The value to assign to the product_count property of this FleetResourceSummary. :type product_count: int :param target_count: The value to assign to the target_count property of this FleetResourceSummary. :type target_count: int :param product: The value to assign to the product property of this FleetResourceSummary. :type product: str :param application_type: The value to assign to the application_type property of this FleetResourceSummary. :type application_type: str :param environment_type: The value to assign to the environment_type property of this FleetResourceSummary. :type environment_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FleetResourceSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FleetResourceSummary. :type lifecycle_details: str :param system_tags: The value to assign to the system_tags property of this FleetResourceSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, dict(str, object)))�id� tenancy_id�resource_region�time_created�time_updated�compartment_id�display_name�resource_id�compliance_state�tenancy_name�compartment� resource_type� product_count�target_count�product�application_type�environment_type�lifecycle_state�lifecycle_details�system_tagsr Z tenancyIdZresourceRegionZtimeCreatedZtimeUpdatedZ compartmentIdZdisplayNameZ resourceIdZcomplianceStateZtenancyNamer ZresourceTypeZproductCountZtargetCountr ZapplicationTypeZenvironmentTypeZlifecycleStateZlifecycleDetailsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_tenancy_id�_resource_region� _time_created� _time_updated�_compartment_id� _display_name�_resource_id�_compliance_state� _tenancy_name�_compartment�_resource_type�_product_count� _target_count�_product�_application_type�_environment_type�_lifecycle_state�_lifecycle_details�_system_tags)�self�kwargs� r7 �[/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_resource_summary.py�__init__"