📂 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: publication_summary.cpython-39.opt-1.pyc
a ���f(H � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zd2d3� Zd4d5� Zd6d7� Zd8S )9�PublicationSummaryzP The model for a summary of an Oracle Cloud Infrastructure publication. � ORCHESTRATION�IMAGE� CONTAINER� KUBERNETES� COMMUNITY�PARTNER�PRIVATEc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new PublicationSummary 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 PublicationSummary. :type lifecycle_state: str :param compartment_id: The value to assign to the compartment_id property of this PublicationSummary. :type compartment_id: str :param id: The value to assign to the id property of this PublicationSummary. :type id: str :param name: The value to assign to the name property of this PublicationSummary. :type name: str :param short_description: The value to assign to the short_description property of this PublicationSummary. :type short_description: str :param icon: The value to assign to the icon property of this PublicationSummary. :type icon: oci.marketplace.models.UploadData :param package_type: The value to assign to the package_type property of this PublicationSummary. 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 supported_operating_systems: The value to assign to the supported_operating_systems property of this PublicationSummary. :type supported_operating_systems: list[oci.marketplace.models.OperatingSystem] :param listing_type: The value to assign to the listing_type property of this PublicationSummary. 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 time_created: The value to assign to the time_created property of this PublicationSummary. :type time_created: datetime :param defined_tags: The value to assign to the defined_tags property of this PublicationSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this PublicationSummary. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this PublicationSummary. :type system_tags: dict(str, dict(str, object)) �strZ UploadDatazlist[OperatingSystem]Zdatetimezdict(str, dict(str, object))zdict(str, str)) �lifecycle_state�compartment_id�id�name�short_description�icon�package_type�supported_operating_systems�listing_type�time_created�defined_tags� freeform_tags�system_tagsZlifecycleStateZ compartmentIdr r ZshortDescriptionr ZpackageTypeZsupportedOperatingSystemsZlistingTypeZtimeCreatedZdefinedTagsZfreeformTagsZ systemTagsN)Z swagger_typesZ attribute_map�_lifecycle_state�_compartment_id�_id�_name�_short_description�_icon� _package_type�_supported_operating_systems� _listing_type� _time_created� _defined_tags�_freeform_tags�_system_tags)�self�kwargs� r+ �N/usr/lib/python3.9/site-packages/oci/marketplace/models/publication_summary.py�__init__. sR ?��zPublicationSummary.__init__c C s | j S )z� **[Required]** Gets the lifecycle_state of this PublicationSummary. The lifecycle state of the publication. :return: The lifecycle_state of this PublicationSummary. :rtype: str �r �r) r+ r+ r, r � s z"PublicationSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this PublicationSummary. The lifecycle state of the publication. :param lifecycle_state: The lifecycle_state of this PublicationSummary. :type: str Nr. )r) r r+ r+ r, r � s c C s | j S )aC **[Required]** Gets the compartment_id of this PublicationSummary. The `OCID`__ of the compartment where the publication exists. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this PublicationSummary. :rtype: str �r r/ r+ r+ r, r � s z!PublicationSummary.compartment_idc C s || _ dS )aA Sets the compartment_id of this PublicationSummary. The `OCID`__ of the compartment where the publication exists. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this PublicationSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the id of this PublicationSummary. The unique identifier for the publication in Marketplace. :return: The id of this PublicationSummary. :rtype: str �r r/ r+ r+ r, r � s zPublicationSummary.idc C s || _ dS )z� Sets the id of this PublicationSummary. The unique identifier for the publication in Marketplace. :param id: The id of this PublicationSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )z� **[Required]** Gets the name of this PublicationSummary. The name of the publication, which is also used in the listing. :return: The name of this PublicationSummary. :rtype: str �r r/ r+ r+ r, r � s zPublicationSummary.namec C s || _ dS )z� Sets the name of this PublicationSummary. The name of the publication, which is also used in the listing. :param name: The name of this PublicationSummary. :type: str Nr2 )r) r r+ r+ r, r � s c C s | j S )z� Gets the short_description of this PublicationSummary. A short description of the publication to use in the listing. :return: The short_description of this PublicationSummary. :rtype: str �r r/ r+ r+ r, r � s z$PublicationSummary.short_descriptionc C s || _ dS )z� Sets the short_description of this PublicationSummary. A short description of the publication to use in the listing. :param short_description: The short_description of this PublicationSummary. :type: str Nr3 )r) r r+ r+ r, r s c C s | j S )z� Gets the icon of this PublicationSummary. :return: The icon of this PublicationSummary. :rtype: oci.marketplace.models.UploadData �r! r/ r+ r+ r, r s zPublicationSummary.iconc C s || _ dS )z� Sets the icon of this PublicationSummary. :param icon: The icon of this PublicationSummary. :type: oci.marketplace.models.UploadData Nr4 )r) r r+ r+ r, r s c C s | j S )a� Gets the package_type of this PublicationSummary. The listing's package type. 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'. :return: The package_type of this PublicationSummary. :rtype: str )r"