📂 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
›
service_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/service_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_application_stack_package.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PrivateApplicationPackage� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�PrivateApplicationStackPackagez3 A stack package for private applications. c K sj ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d | _dS )a� Initializes a new PrivateApplicationStackPackage object with values from keyword arguments. The default value of the :py:attr:`~oci.service_catalog.models.PrivateApplicationStackPackage.package_type` attribute of this class is ``STACK`` and it should not be changed. 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 PrivateApplicationStackPackage. :type id: str :param private_application_id: The value to assign to the private_application_id property of this PrivateApplicationStackPackage. :type private_application_id: str :param display_name: The value to assign to the display_name property of this PrivateApplicationStackPackage. :type display_name: str :param version: The value to assign to the version property of this PrivateApplicationStackPackage. :type version: str :param package_type: The value to assign to the package_type property of this PrivateApplicationStackPackage. Allowed values for this property are: "STACK" :type package_type: str :param time_created: The value to assign to the time_created property of this PrivateApplicationStackPackage. :type time_created: datetime :param content_url: The value to assign to the content_url property of this PrivateApplicationStackPackage. :type content_url: str :param mime_type: The value to assign to the mime_type property of this PrivateApplicationStackPackage. :type mime_type: str �str�datetime)�id�private_application_id�display_name�version�package_type�time_created�content_url� mime_typer �privateApplicationId�displayNamer �packageType�timeCreated� contentUrl�mimeTypeN�STACK) � swagger_types� attribute_map�_id�_private_application_id� _display_name�_version� _package_type� _time_created�_content_url� _mime_type)�self�kwargs� r&