📂 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.cpython-39.pyc
a ���fNT � @ 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 ZdZ dZd Zdd� 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� �Z e jd9d8� �Z ed:d;� �Z!e!jd<d;� �Z!d=d>� Z"d?d@� Z#dAdB� Z$dCS )D�PublicationzO The model for an Oracle Cloud Infrastructure Marketplace publication. �CREATING�ACTIVE�DELETING�DELETED�FAILED� ORCHESTRATION�IMAGE� CONTAINER� KUBERNETES� COMMUNITY�PARTNER�PRIVATEc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new Publication 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 Publication. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param compartment_id: The value to assign to the compartment_id property of this Publication. :type compartment_id: str :param id: The value to assign to the id property of this Publication. :type id: str :param name: The value to assign to the name property of this Publication. :type name: str :param short_description: The value to assign to the short_description property of this Publication. :type short_description: str :param long_description: The value to assign to the long_description property of this Publication. :type long_description: str :param support_contacts: The value to assign to the support_contacts property of this Publication. :type support_contacts: list[oci.marketplace.models.SupportContact] :param icon: The value to assign to the icon property of this Publication. :type icon: oci.marketplace.models.UploadData :param package_type: The value to assign to the package_type property of this Publication. 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 listing_type: The value to assign to the listing_type property of this Publication. 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 Publication. :type supported_operating_systems: list[oci.marketplace.models.OperatingSystem] :param time_created: The value to assign to the time_created property of this Publication. :type time_created: datetime :param defined_tags: The value to assign to the defined_tags property of this Publication. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this Publication. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this Publication. :type system_tags: dict(str, dict(str, object)) �strzlist[SupportContact]Z UploadDatazlist[OperatingSystem]Zdatetimezdict(str, dict(str, object))zdict(str, str))�lifecycle_state�compartment_id�id�name�short_description�long_description�support_contacts�icon�package_type�listing_type�supported_operating_systems�time_created�defined_tags� freeform_tags�system_tagsZlifecycleStateZ compartmentIdr r ZshortDescriptionZlongDescriptionZsupportContactsr ZpackageTypeZlistingTypeZsupportedOperatingSystemsZtimeCreatedZdefinedTagsZfreeformTagsZ systemTagsN)Z swagger_typesZ attribute_map�_lifecycle_state�_compartment_id�_id�_name�_short_description�_long_description�_support_contacts�_icon� _package_type� _listing_type�_supported_operating_systems� _time_created� _defined_tags�_freeform_tags�_system_tags)�self�kwargs� r4 �F/usr/lib/python3.9/site-packages/oci/marketplace/models/publication.py�__init__B s^ I��zPublication.__init__c C s | j S )a� Gets the lifecycle_state of this Publication. The lifecycle state of the publication. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this Publication. :rtype: str )r# �r2 r4 r4 r5 r � s zPublication.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this Publication. The lifecycle state of the publication. :param lifecycle_state: The lifecycle_state of this Publication. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r# )r2 r �allowed_valuesr4 r4 r5 r � s c C s | j S )a5 **[Required]** Gets the compartment_id of this Publication. 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 Publication. :rtype: str �r$ r7 r4 r4 r5 r � s zPublication.compartment_idc C s || _ dS )a3 Sets the compartment_id of this Publication. 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 Publication. :type: str Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the id of this Publication. The unique identifier for the publication in Marketplace. :return: The id of this Publication. :rtype: str �r% r7 r4 r4 r5 r � s zPublication.idc C s || _ dS )z� Sets the id of this Publication. The unique identifier for the publication in Marketplace. :param id: The id of this Publication. :type: str Nr; )r2 r r4 r4 r5 r s c C s | j S )z� **[Required]** Gets the name of this Publication. The name of the publication, which is also used in the listing. :return: The name of this Publication. :rtype: str �r&