ruạṛ
a ���f[V � @ 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� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zd>d?� Zd@dA� Z dBdC� Z!dDS )E�QueuezE A detailed representation of a queue and its configuration. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�INACTIVEc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a Initializes a new Queue 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 Queue. :type id: str :param display_name: The value to assign to the display_name property of this Queue. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Queue. :type compartment_id: str :param time_created: The value to assign to the time_created property of this Queue. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Queue. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Queue. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Queue. :type lifecycle_details: str :param messages_endpoint: The value to assign to the messages_endpoint property of this Queue. :type messages_endpoint: str :param retention_in_seconds: The value to assign to the retention_in_seconds property of this Queue. :type retention_in_seconds: int :param visibility_in_seconds: The value to assign to the visibility_in_seconds property of this Queue. :type visibility_in_seconds: int :param timeout_in_seconds: The value to assign to the timeout_in_seconds property of this Queue. :type timeout_in_seconds: int :param dead_letter_queue_delivery_count: The value to assign to the dead_letter_queue_delivery_count property of this Queue. :type dead_letter_queue_delivery_count: int :param custom_encryption_key_id: The value to assign to the custom_encryption_key_id property of this Queue. :type custom_encryption_key_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Queue. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Queue. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Queue. :type system_tags: dict(str, dict(str, object)) :param channel_consumption_limit: The value to assign to the channel_consumption_limit property of this Queue. :type channel_consumption_limit: int �strZdatetime�intzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�time_created�time_updated�lifecycle_state�lifecycle_details�messages_endpoint�retention_in_seconds�visibility_in_seconds�timeout_in_seconds� dead_letter_queue_delivery_count�custom_encryption_key_id� freeform_tags�defined_tags�system_tags�channel_consumption_limitr ZdisplayNameZ compartmentIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZmessagesEndpointZretentionInSecondsZvisibilityInSecondsZtimeoutInSecondsZdeadLetterQueueDeliveryCountZcustomEncryptionKeyIdZfreeformTagsZdefinedTagsZ systemTagsZchannelConsumptionLimitN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_messages_endpoint�_retention_in_seconds�_visibility_in_seconds�_timeout_in_seconds�!_dead_letter_queue_delivery_count�_custom_encryption_key_id�_freeform_tags� _defined_tags�_system_tags�_channel_consumption_limit)�self�kwargs� r4 �:/usr/lib/python3.9/site-packages/oci/queue/models/queue.py�__init__. sj M��zQueue.__init__c C s | j S )z� **[Required]** Gets the id of this Queue. A unique identifier for the queue that is immutable on creation. :return: The id of this Queue. :rtype: str �r! �r2 r4 r4 r5 r � s zQueue.idc C s || _ dS )z� Sets the id of this Queue. A unique identifier for the queue that is immutable on creation. :param id: The id of this Queue. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )a Gets the display_name of this Queue. A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Queue. :rtype: str �r"