📂 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.cpython-39.pyc
a ���f20 � @ 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 @ sP e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�FleetTargetz% Description of FleetTarget. �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNING�ACTIVE�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a6 Initializes a new FleetTarget 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 FleetTarget. :type id: str :param compartment_id: The value to assign to the compartment_id property of this FleetTarget. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FleetTarget. :type display_name: str :param time_created: The value to assign to the time_created property of this FleetTarget. :type time_created: datetime :param version: The value to assign to the version property of this FleetTarget. :type version: str :param product: The value to assign to the product property of this FleetTarget. :type product: str :param resource: The value to assign to the resource property of this FleetTarget. :type resource: oci.fleet_apps_management.models.TargetResource :param compliance_state: The value to assign to the compliance_state property of this FleetTarget. Allowed values for this property are: "UNKNOWN", "COMPLIANT", "NON_COMPLIANT", "WARNING" :type compliance_state: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FleetTarget. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED" :type lifecycle_state: str :param system_tags: The value to assign to the system_tags property of this FleetTarget. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZTargetResourcezdict(str, dict(str, object))) �id�compartment_id�display_name�time_created�version�product�resource�compliance_state�lifecycle_state�system_tagsr Z compartmentIdZdisplayNameZtimeCreatedr r r ZcomplianceStateZlifecycleStateZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created�_version�_product� _resource�_compliance_state�_lifecycle_state�_system_tags)�self�kwargs� r% �Q/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_target.py�__init__. s@ 1�� zFleetTarget.__init__c C s | j S )z� **[Required]** Gets the id of this FleetTarget. The OCID of the resource. :return: The id of this FleetTarget. :rtype: str �r �r# r% r% r&