📂 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: onboarding_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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�OnboardingSummaryz> Summary of the FleetAppManagementService Onboarding. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new OnboardingSummary 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 OnboardingSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this OnboardingSummary. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this OnboardingSummary. :type resource_region: str :param time_created: The value to assign to the time_created property of this OnboardingSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this OnboardingSummary. :type time_updated: datetime :param is_fams_tag_enabled: The value to assign to the is_fams_tag_enabled property of this OnboardingSummary. :type is_fams_tag_enabled: bool :param version: The value to assign to the version property of this OnboardingSummary. :type version: str :param is_cost_tracking_tag_enabled: The value to assign to the is_cost_tracking_tag_enabled property of this OnboardingSummary. :type is_cost_tracking_tag_enabled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this OnboardingSummary. :type lifecycle_state: str :param system_tags: The value to assign to the system_tags property of this OnboardingSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetime�boolzdict(str, dict(str, object))) �id�compartment_id�resource_region�time_created�time_updated�is_fams_tag_enabled�version�is_cost_tracking_tag_enabled�lifecycle_state�system_tagsr Z compartmentIdZresourceRegionZtimeCreatedZtimeUpdatedZisFamsTagEnabledr ZisCostTrackingTagEnabledZlifecycleStateZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_resource_region� _time_created� _time_updated�_is_fams_tag_enabled�_version�_is_cost_tracking_tag_enabled�_lifecycle_state�_system_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/onboarding_summary.py�__init__ s@ /�� zOnboardingSummary.__init__c C s | j S )z� **[Required]** Gets the id of this OnboardingSummary. The unique id of the resource. :return: The id of this OnboardingSummary. :rtype: str �r �r r r r r e s zOnboardingSummary.idc C s || _ dS )z� Sets the id of this OnboardingSummary. The unique id of the resource. :param id: The id of this OnboardingSummary. :type: str Nr"