📂 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: listing.cpython-39.pyc
a ���fd{ � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Z e jd?d>� �Z ed@dA� �Z!e!jdBdA� �Z!edCdD� �Z"e"jdEdD� �Z"edFdG� �Z#e#jdHdG� �Z#edIdJ� �Z$e$jdKdJ� �Z$edLdM� �Z%e%jdNdM� �Z%edOdP� �Z&e&jdQdP� �Z&edRdS� �Z'e'jdTdS� �Z'edUdV� �Z(e(jdWdV� �Z(edXdY� �Z)e)jdZdY� �Z)ed[d\� �Z*e*jd]d\� �Z*ed^d_� �Z+e+jd`d_� �Z+edadb� �Z,e,jdcdb� �Z,eddde� �Z-e-jdfde� �Z-dgdh� Z.didj� Z/dkdl� Z0dmS )n�ListingzK The model for an Oracle Cloud Infrastructure Marketplace listing. �X86�ARM� ORCHESTRATION�IMAGE� CONTAINER� KUBERNETES� COMMUNITY�PARTNER�PRIVATEc K s@ dddddddddddddddddddd d d dddddd ddd�| _ ddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d�| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _ d.| _ d.| _d.| _d.| _ d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.| _d.S )/ae Initializes a new Listing 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 Listing. :type id: str :param name: The value to assign to the name property of this Listing. :type name: str :param version: The value to assign to the version property of this Listing. :type version: str :param tagline: The value to assign to the tagline property of this Listing. :type tagline: str :param keywords: The value to assign to the keywords property of this Listing. :type keywords: str :param short_description: The value to assign to the short_description property of this Listing. :type short_description: str :param usage_information: The value to assign to the usage_information property of this Listing. :type usage_information: str :param long_description: The value to assign to the long_description property of this Listing. :type long_description: str :param license_model_description: The value to assign to the license_model_description property of this Listing. :type license_model_description: str :param system_requirements: The value to assign to the system_requirements property of this Listing. :type system_requirements: str :param time_released: The value to assign to the time_released property of this Listing. :type time_released: datetime :param release_notes: The value to assign to the release_notes property of this Listing. :type release_notes: str :param categories: The value to assign to the categories property of this Listing. :type categories: list[str] :param publisher: The value to assign to the publisher property of this Listing. :type publisher: oci.marketplace.models.Publisher :param languages: The value to assign to the languages property of this Listing. :type languages: list[oci.marketplace.models.Item] :param screenshots: The value to assign to the screenshots property of this Listing. :type screenshots: list[oci.marketplace.models.Screenshot] :param videos: The value to assign to the videos property of this Listing. :type videos: list[oci.marketplace.models.NamedLink] :param support_contacts: The value to assign to the support_contacts property of this Listing. :type support_contacts: list[oci.marketplace.models.SupportContact] :param support_links: The value to assign to the support_links property of this Listing. :type support_links: list[oci.marketplace.models.NamedLink] :param documentation_links: The value to assign to the documentation_links property of this Listing. :type documentation_links: list[oci.marketplace.models.DocumentationLink] :param icon: The value to assign to the icon property of this Listing. :type icon: oci.marketplace.models.UploadData :param banner: The value to assign to the banner property of this Listing. :type banner: oci.marketplace.models.UploadData :param compatible_architectures: The value to assign to the compatible_architectures property of this Listing. Allowed values for items in this list are: "X86", "ARM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type compatible_architectures: list[str] :param regions: The value to assign to the regions property of this Listing. :type regions: list[oci.marketplace.models.Region] :param package_type: The value to assign to the package_type property of this Listing. Allowed values for this property are: "ORCHESTRATION", "IMAGE", "CONTAINER", "KUBERNETES", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type package_type: str :param default_package_version: The value to assign to the default_package_version property of this Listing. :type default_package_version: str :param links: The value to assign to the links property of this Listing. :type links: list[oci.marketplace.models.Link] :param is_featured: The value to assign to the is_featured property of this Listing. :type is_featured: bool :param listing_type: The value to assign to the listing_type property of this Listing. Allowed values for this property are: "COMMUNITY", "PARTNER", "PRIVATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type listing_type: str :param supported_operating_systems: The value to assign to the supported_operating_systems property of this Listing. :type supported_operating_systems: list[oci.marketplace.models.OperatingSystem] �strZdatetimez list[str]Z Publisherz list[Item]zlist[Screenshot]zlist[NamedLink]zlist[SupportContact]zlist[DocumentationLink]Z UploadDatazlist[Region]z list[Link]�boolzlist[OperatingSystem])�id�name�version�tagline�keywords�short_description�usage_information�long_description�license_model_description�system_requirements� time_released� release_notes� categories� publisher� languages�screenshots�videos�support_contacts� support_links�documentation_links�icon�banner�compatible_architectures�regions�package_type�default_package_version�links�is_featured�listing_type�supported_operating_systemsr r r r r ZshortDescriptionZusageInformationZlongDescriptionZlicenseModelDescriptionZsystemRequirementsZtimeReleasedZreleaseNotesr r r r! r"