📂 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
›
marketplace
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/marketplace/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: orchestration_publication_package.cpython-39.pyc
a ���fg � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PublicationPackage� )�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 )�OrchestrationPublicationPackagez7 A publication package for stack publications. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new OrchestrationPublicationPackage object with values from keyword arguments. The default value of the :py:attr:`~oci.marketplace.models.OrchestrationPublicationPackage.package_type` attribute of this class is ``ORCHESTRATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this OrchestrationPublicationPackage. :type description: str :param listing_id: The value to assign to the listing_id property of this OrchestrationPublicationPackage. :type listing_id: str :param version: The value to assign to the version property of this OrchestrationPublicationPackage. :type version: str :param package_type: The value to assign to the package_type property of this OrchestrationPublicationPackage. Allowed values for this property are: "ORCHESTRATION", "IMAGE", "CONTAINER", "KUBERNETES" :type package_type: str :param resource_id: The value to assign to the resource_id property of this OrchestrationPublicationPackage. :type resource_id: str :param time_created: The value to assign to the time_created property of this OrchestrationPublicationPackage. :type time_created: datetime :param operating_system: The value to assign to the operating_system property of this OrchestrationPublicationPackage. :type operating_system: oci.marketplace.models.OperatingSystem :param resource_link: The value to assign to the resource_link property of this OrchestrationPublicationPackage. :type resource_link: str :param variables: The value to assign to the variables property of this OrchestrationPublicationPackage. :type variables: list[oci.marketplace.models.OrchestrationVariable] �strZdatetimeZOperatingSystemzlist[OrchestrationVariable]) �descriptionZ listing_id�versionZpackage_typeZresource_idZtime_createdZoperating_system� resource_link� variablesr Z listingIdr ZpackageTypeZ resourceIdZtimeCreatedZoperatingSystemZresourceLinkr NZ ORCHESTRATION)Z swagger_typesZ attribute_mapZ_descriptionZ_listing_idZ_versionZ _package_typeZ_resource_idZ _time_createdZ_operating_system�_resource_link� _variables)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/marketplace/models/orchestration_publication_package.py�__init__ s<