📂 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
›
service_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_catalog/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_application_summary.cpython-39.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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�PrivateApplicationSummaryz� Brief data about an application or a solution, which lives inside the tenancy and may be included into service catalogs. �STACKc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new PrivateApplicationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lifecycle_state: The value to assign to the lifecycle_state property of this PrivateApplicationSummary. :type lifecycle_state: str :param compartment_id: The value to assign to the compartment_id property of this PrivateApplicationSummary. :type compartment_id: str :param id: The value to assign to the id property of this PrivateApplicationSummary. :type id: str :param display_name: The value to assign to the display_name property of this PrivateApplicationSummary. :type display_name: str :param short_description: The value to assign to the short_description property of this PrivateApplicationSummary. :type short_description: str :param logo: The value to assign to the logo property of this PrivateApplicationSummary. :type logo: oci.service_catalog.models.UploadData :param package_type: The value to assign to the package_type property of this PrivateApplicationSummary. Allowed values for this property are: "STACK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type package_type: str :param time_created: The value to assign to the time_created property of this PrivateApplicationSummary. :type time_created: datetime �strZ UploadDataZdatetime)�lifecycle_state�compartment_id�id�display_name�short_description�logo�package_type�time_createdZlifecycleStateZ compartmentIdr ZdisplayNameZshortDescriptionr ZpackageTypeZtimeCreatedN) Z swagger_typesZ attribute_map�_lifecycle_state�_compartment_id�_id� _display_name�_short_description�_logo� _package_type� _time_created)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/service_catalog/models/private_application_summary.py�__init__ s4 )��z"PrivateApplicationSummary.__init__c C s | j S )z� **[Required]** Gets the lifecycle_state of this PrivateApplicationSummary. The lifecycle state of the private application. :return: The lifecycle_state of this PrivateApplicationSummary. :rtype: str �r �r r r r r ] s z)PrivateApplicationSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this PrivateApplicationSummary. The lifecycle state of the private application. :param lifecycle_state: The lifecycle_state of this PrivateApplicationSummary. :type: str Nr )r r r r r r i s c C s | j S )aZ **[Required]** Gets the compartment_id of this PrivateApplicationSummary. The `OCID`__ of the compartment where the private application resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this PrivateApplicationSummary. :rtype: str �r r r r r r u s z(PrivateApplicationSummary.compartment_idc C s || _ dS )aX Sets the compartment_id of this PrivateApplicationSummary. The `OCID`__ of the compartment where the private application resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this PrivateApplicationSummary. :type: str Nr )r r r r r r � s c C s | j S )a$ **[Required]** Gets the id of this PrivateApplicationSummary. The `OCID`__ of the private application. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this PrivateApplicationSummary. :rtype: str �r r r r r r � s zPrivateApplicationSummary.idc C s || _ dS )a Sets the id of this PrivateApplicationSummary. The `OCID`__ of the private application. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this PrivateApplicationSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the display_name of this PrivateApplicationSummary. The name of the private application. :return: The display_name of this PrivateApplicationSummary. :rtype: str �r r r r r r � s z&PrivateApplicationSummary.display_namec C s || _ dS )z� Sets the display_name of this PrivateApplicationSummary. The name of the private application. :param display_name: The display_name of this PrivateApplicationSummary. :type: str Nr"