ruạṛ
a ���f4 � @ 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 @ sZ e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/� PbfListingz� PbfListing resources provide details about the available PBFs for consumption by the user. This resource contains details about PBF's functionality, policies required, configuration parameters expected etc. �ACTIVE�INACTIVE�DELETEDc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new PbfListing 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 PbfListing. :type id: str :param name: The value to assign to the name property of this PbfListing. :type name: str :param description: The value to assign to the description property of this PbfListing. :type description: str :param publisher_details: The value to assign to the publisher_details property of this PbfListing. :type publisher_details: oci.functions.models.PublisherDetails :param triggers: The value to assign to the triggers property of this PbfListing. :type triggers: list[oci.functions.models.Trigger] :param time_created: The value to assign to the time_created property of this PbfListing. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PbfListing. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PbfListing. Allowed values for this property are: "ACTIVE", "INACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this PbfListing. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PbfListing. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PbfListing. :type system_tags: dict(str, dict(str, object)) �strZPublisherDetailsz list[Trigger]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�description�publisher_details�triggers�time_created�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tagsr r r ZpublisherDetailsr ZtimeCreatedZtimeUpdatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_id�_name�_description�_publisher_details� _triggers� _time_created� _time_updated�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r# �D/usr/lib/python3.9/site-packages/oci/functions/models/pbf_listing.py�__init__ sF 5��zPbfListing.__init__c C s | j S )z� **[Required]** Gets the id of this PbfListing. Unique identifier that is immutable on creation. :return: The id of this PbfListing. :rtype: str �r �r! r# r# r$ r | s z PbfListing.idc C s || _ dS )z� Sets the id of this PbfListing. Unique identifier that is immutable on creation. :param id: The id of this PbfListing. :type: str Nr&