403Webshell
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 :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/queue/models/create_queue_details.pyc
a

O��fS,�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zdd �Zd!d"�Zd#d$�Zd%S)&�CreateQueueDetailsz*
    The information about new Queue.
    c
Ksndddddddddd�	|_dddd	d
ddd
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__cCs|jS)z�
        **[Required]** Gets the display_name of this CreateQueueDetails.
        Queue Identifier


        :return: The display_name of this CreateQueueDetails.
        :rtype: str
        �r�r&r(r(r)r	\s
zCreateQueueDetails.display_namecCs
||_dS)z�
        Sets the display_name of this CreateQueueDetails.
        Queue Identifier


        :param display_name: The display_name of this CreateQueueDetails.
        :type: str
        Nr+)r&r	r(r(r)r	hs
cCs|jS)z�
        **[Required]** Gets the compartment_id of this CreateQueueDetails.
        Compartment Identifier


        :return: The compartment_id of this CreateQueueDetails.
        :rtype: str
        �rr,r(r(r)r
ts
z!CreateQueueDetails.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this CreateQueueDetails.
        Compartment Identifier


        :param compartment_id: The compartment_id of this CreateQueueDetails.
        :type: str
        Nr-)r&r
r(r(r)r
�s
cCs|jS)z�
        Gets the retention_in_seconds of this CreateQueueDetails.
        The retention period of the messages in the queue, in seconds.


        :return: The retention_in_seconds of this CreateQueueDetails.
        :rtype: int
        �rr,r(r(r)r�s
z'CreateQueueDetails.retention_in_secondscCs
||_dS)a
        Sets the retention_in_seconds of this CreateQueueDetails.
        The retention period of the messages in the queue, in seconds.


        :param retention_in_seconds: The retention_in_seconds of this CreateQueueDetails.
        :type: int
        Nr.)r&rr(r(r)r�s
cCs|jS)z�
        Gets the visibility_in_seconds of this CreateQueueDetails.
        The default visibility of the messages consumed from the queue.


        :return: The visibility_in_seconds of this CreateQueueDetails.
        :rtype: int
        �r r,r(r(r)r�s
z(CreateQueueDetails.visibility_in_secondscCs
||_dS)a
        Sets the visibility_in_seconds of this CreateQueueDetails.
        The default visibility of the messages consumed from the queue.


        :param visibility_in_seconds: The visibility_in_seconds of this CreateQueueDetails.
        :type: int
        Nr/)r&rr(r(r)r�s
cCs|jS)z�
        Gets the timeout_in_seconds of this CreateQueueDetails.
        The default polling timeout of the messages in the queue, in seconds.


        :return: The timeout_in_seconds of this CreateQueueDetails.
        :rtype: int
        �r!r,r(r(r)r
�s
z%CreateQueueDetails.timeout_in_secondscCs
||_dS)a
        Sets the timeout_in_seconds of this CreateQueueDetails.
        The default polling timeout of the messages in the queue, in seconds.


        :param timeout_in_seconds: The timeout_in_seconds of this CreateQueueDetails.
        :type: int
        Nr0)r&r
r(r(r)r
�s
cCs|jS)ab
        Gets the dead_letter_queue_delivery_count of this CreateQueueDetails.
        The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.


        :return: The dead_letter_queue_delivery_count of this CreateQueueDetails.
        :rtype: int
        �r"r,r(r(r)r�s
z3CreateQueueDetails.dead_letter_queue_delivery_countcCs
||_dS)a�
        Sets the dead_letter_queue_delivery_count of this CreateQueueDetails.
        The number of times a message can be delivered to a consumer before being moved to the dead letter queue. A value of 0 indicates that the DLQ is not used.


        :param dead_letter_queue_delivery_count: The dead_letter_queue_delivery_count of this CreateQueueDetails.
        :type: int
        Nr1)r&rr(r(r)r�s
cCs|jS)a

        Gets the custom_encryption_key_id of this CreateQueueDetails.
        Id of the custom master encryption key which will be used to encrypt messages content


        :return: The custom_encryption_key_id of this CreateQueueDetails.
        :rtype: str
        �r#r,r(r(r)r�s
z+CreateQueueDetails.custom_encryption_key_idcCs
||_dS)a$
        Sets the custom_encryption_key_id of this CreateQueueDetails.
        Id of the custom master encryption key which will be used to encrypt messages content


        :param custom_encryption_key_id: The custom_encryption_key_id of this CreateQueueDetails.
        :type: str
        Nr2)r&rr(r(r)r�s
cCs|jS)aK
        Gets the freeform_tags of this CreateQueueDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :return: The freeform_tags of this CreateQueueDetails.
        :rtype: dict(str, str)
        �r$r,r(r(r)rsz CreateQueueDetails.freeform_tagscCs
||_dS)aW
        Sets the freeform_tags of this CreateQueueDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :param freeform_tags: The freeform_tags of this CreateQueueDetails.
        :type: dict(str, str)
        Nr3)r&rr(r(r)rscCs|jS)aE
        Gets the defined_tags of this CreateQueueDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :return: The defined_tags of this CreateQueueDetails.
        :rtype: dict(str, dict(str, object))
        �r%r,r(r(r)rszCreateQueueDetails.defined_tagscCs
||_dS)aP
        Sets the defined_tags of this CreateQueueDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :param defined_tags: The defined_tags of this CreateQueueDetails.
        :type: dict(str, dict(str, object))
        Nr4)r&rr(r(r)r+scCst|�S�N)rr,r(r(r)�__repr__8szCreateQueueDetails.__repr__cCs|durdS|j|jkS)NF)�__dict__�r&�otherr(r(r)�__eq__;szCreateQueueDetails.__eq__cCs
||kSr5r(r8r(r(r)�__ne__AszCreateQueueDetails.__ne__N)�__name__�
__module__�__qualname__�__doc__r*�propertyr	�setterr
rrr
rrrrr6r:r;r(r(r(r)r
sRL

















rN)�oci.utilrrr�oci.decoratorsr�objectrr(r(r(r)�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit