| 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 : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/queue/models/ |
Upload File : |
a
O��fS, � @ 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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateQueueDetailsz*
The information about new Queue.
c
K sn dddddddddd� | _ dddd d
ddd
dd� | _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 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� dead_letter_queue_delivery_count�custom_encryption_key_id�
freeform_tags�defined_tags�displayName�
compartmentId�retentionInSeconds�visibilityInSeconds�timeoutInSeconds�deadLetterQueueDeliveryCount�customEncryptionKeyId�freeformTags�definedTagsN)�
swagger_types�
attribute_map�
_display_name�_compartment_id�_retention_in_seconds�_visibility_in_seconds�_timeout_in_seconds�!_dead_letter_queue_delivery_count�_custom_encryption_key_id�_freeform_tags�
_defined_tags)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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.
Queue Identifier
:return: The display_name of this CreateQueueDetails.
:rtype: str
�r �r&