| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/queue/models/__pycache__/ |
Upload File : |
a
���f�5 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z ed
d� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateQueueDetailsz,
The information about a new queue.
c K sx ddddddddddd�
| _ dddd d
ddd
ddd�
| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _dS )a�
Initializes a new CreateQueueDetails object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param display_name:
The value to assign to the display_name property of this CreateQueueDetails.
:type display_name: str
:param compartment_id:
The value to assign to the compartment_id property of this CreateQueueDetails.
:type compartment_id: str
:param retention_in_seconds:
The value to assign to the retention_in_seconds property of this CreateQueueDetails.
:type retention_in_seconds: int
:param visibility_in_seconds:
The value to assign to the visibility_in_seconds property of this CreateQueueDetails.
:type visibility_in_seconds: int
:param timeout_in_seconds:
The value to assign to the timeout_in_seconds property of this CreateQueueDetails.
:type timeout_in_seconds: int
:param channel_consumption_limit:
The value to assign to the channel_consumption_limit property of this CreateQueueDetails.
:type channel_consumption_limit: int
:param dead_letter_queue_delivery_count:
The value to assign to the dead_letter_queue_delivery_count property of this CreateQueueDetails.
: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 CreateQueueDetails.
:type custom_encryption_key_id: str
:param freeform_tags:
The value to assign to the freeform_tags property of this CreateQueueDetails.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this CreateQueueDetails.
:type defined_tags: dict(str, dict(str, object))
�str�intzdict(str, str)zdict(str, dict(str, object)))
�display_name�compartment_id�retention_in_seconds�visibility_in_seconds�timeout_in_seconds�channel_consumption_limit� dead_letter_queue_delivery_count�custom_encryption_key_id�
freeform_tags�defined_tagsZdisplayNameZ
compartmentIdZretentionInSecondsZvisibilityInSecondsZtimeoutInSecondsZchannelConsumptionLimitZdeadLetterQueueDeliveryCountZcustomEncryptionKeyIdZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�
_display_name�_compartment_id�_retention_in_seconds�_visibility_in_seconds�_timeout_in_seconds�_channel_consumption_limit�!_dead_letter_queue_delivery_count�_custom_encryption_key_id�_freeform_tags�
_defined_tags)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/queue/models/create_queue_details.py�__init__ s@ /��
zCreateQueueDetails.__init__c C s | j S )z�
**[Required]** Gets the display_name of this CreateQueueDetails.
The user-friendly name of the queue.
:return: The display_name of this CreateQueueDetails.
:rtype: str
�r �r r r r r e s
zCreateQueueDetails.display_namec C s
|| _ dS )z�
Sets the display_name of this CreateQueueDetails.
The user-friendly name of the queue.
:param display_name: The display_name of this CreateQueueDetails.
:type: str
Nr"