📂 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_target_summary.cpython-39.opt-1.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 )*�FleetTargetSummaryz% Summary of the FleetTarget. �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNINGc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new FleetTargetSummary 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 FleetTargetSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this FleetTargetSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FleetTargetSummary. :type display_name: str :param version: The value to assign to the version property of this FleetTargetSummary. :type version: str :param product: The value to assign to the product property of this FleetTargetSummary. :type product: str :param resource: The value to assign to the resource property of this FleetTargetSummary. :type resource: oci.fleet_apps_management.models.TargetResource :param compliance_state: The value to assign to the compliance_state property of this FleetTargetSummary. 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 lifecycle_state: The value to assign to the lifecycle_state property of this FleetTargetSummary. :type lifecycle_state: str :param system_tags: The value to assign to the system_tags property of this FleetTargetSummary. :type system_tags: dict(str, dict(str, object)) �strZTargetResourcezdict(str, dict(str, object))) �id�compartment_id�display_name�version�product�resource�compliance_state�lifecycle_state�system_tagsr Z compartmentIdZdisplayNamer r r ZcomplianceStateZlifecycleStateZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_version�_product� _resource�_compliance_state�_lifecycle_state�_system_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_target_summary.py�__init__"