403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.216.200
Web Server : Apache
System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64
User : theart99 ( 5843)
PHP Version : 8.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3.9/site-packages/oci/blockchain/models/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/blockchain/models/__pycache__/work_request_resource.cpython-39.pyc
a

���ff �@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdZdZdZdZdZdd�Z	e
d	d
��Zejdd
��Ze
dd
��Z
e
jdd
��Z
e
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejdd��Zdd�Zdd�Zdd�ZdS)�WorkRequestResourcez>
    A resource created or operated on by a work request.
    �CREATED�UPDATED�DELETED�IN_PROGRESS�RELATEDcKsFdddddd�|_dddddd�|_d	|_d	|_d	|_d	|_d	|_d	S)
a�
        Initializes a new WorkRequestResource object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param entity_type:
            The value to assign to the entity_type property of this WorkRequestResource.
        :type entity_type: str

        :param action_type:
            The value to assign to the action_type property of this WorkRequestResource.
            Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "IN_PROGRESS", "RELATED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type action_type: str

        :param identifier:
            The value to assign to the identifier property of this WorkRequestResource.
        :type identifier: str

        :param entity_uri:
            The value to assign to the entity_uri property of this WorkRequestResource.
        :type entity_uri: str

        :param sub_type_details:
            The value to assign to the sub_type_details property of this WorkRequestResource.
        :type sub_type_details: list[oci.blockchain.models.WorkRequestResourceSubTypeDetail]

        �strz&list[WorkRequestResourceSubTypeDetail])�entity_type�action_type�
identifier�
entity_uri�sub_type_detailsZ
entityTypeZ
actionTyperZ	entityUriZsubTypeDetailsN)Z
swagger_typesZ
attribute_map�_entity_type�_action_type�_identifier�_entity_uri�_sub_type_details)�self�kwargs�r�O/usr/lib/python3.9/site-packages/oci/blockchain/models/work_request_resource.py�__init__&s"�	�zWorkRequestResource.__init__cCs|jS)z�
        **[Required]** Gets the entity_type of this WorkRequestResource.
        The resource type the work request is affects.


        :return: The entity_type of this WorkRequestResource.
        :rtype: str
        �r�rrrrr
Xs
zWorkRequestResource.entity_typecCs
||_dS)z�
        Sets the entity_type of this WorkRequestResource.
        The resource type the work request is affects.


        :param entity_type: The entity_type of this WorkRequestResource.
        :type: str
        Nr)rr
rrrr
ds
cCs|jS)a�
        **[Required]** Gets the action_type of this WorkRequestResource.
        The way in which this resource is affected by the work tracked in the work request.
        A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
        work is complete for that resource at which point it will transition to CREATED, UPDATED,
        or DELETED, respectively.

        Allowed values for this property are: "CREATED", "UPDATED", "DELETED", "IN_PROGRESS", "RELATED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The action_type of this WorkRequestResource.
        :rtype: str
        )rrrrrrpszWorkRequestResource.action_typecCs gd�}t||�sd}||_dS)a�
        Sets the action_type of this WorkRequestResource.
        The way in which this resource is affected by the work tracked in the work request.
        A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
        work is complete for that resource at which point it will transition to CREATED, UPDATED,
        or DELETED, respectively.


        :param action_type: The action_type of this WorkRequestResource.
        :type: str
        )rrr	r
rZUNKNOWN_ENUM_VALUEN)rr)rrZallowed_valuesrrrr�s

cCs|jS)z�
        **[Required]** Gets the identifier of this WorkRequestResource.
        The identifier of the resource the work request affects.


        :return: The identifier of this WorkRequestResource.
        :rtype: str
        �rrrrrr�s
zWorkRequestResource.identifiercCs
||_dS)z�
        Sets the identifier of this WorkRequestResource.
        The identifier of the resource the work request affects.


        :param identifier: The identifier of this WorkRequestResource.
        :type: str
        Nr)rrrrrr�s
cCs|jS)z�
        Gets the entity_uri of this WorkRequestResource.
        The URI path that the user can do a GET on to access the resource metadata


        :return: The entity_uri of this WorkRequestResource.
        :rtype: str
        �rrrrrr�s
zWorkRequestResource.entity_uricCs
||_dS)z�
        Sets the entity_uri of this WorkRequestResource.
        The URI path that the user can do a GET on to access the resource metadata


        :param entity_uri: The entity_uri of this WorkRequestResource.
        :type: str
        Nr)rrrrrr�s
cCs|jS)u"
        Gets the sub_type_details of this WorkRequestResource.
        Collection of SubType information for a work request resource©


        :return: The sub_type_details of this WorkRequestResource.
        :rtype: list[oci.blockchain.models.WorkRequestResourceSubTypeDetail]
        �rrrrrr�s
z$WorkRequestResource.sub_type_detailscCs
||_dS)u1
        Sets the sub_type_details of this WorkRequestResource.
        Collection of SubType information for a work request resource©


        :param sub_type_details: The sub_type_details of this WorkRequestResource.
        :type: list[oci.blockchain.models.WorkRequestResourceSubTypeDetail]
        Nr )rrrrrr�s
cCst|�S�N)rrrrr�__repr__�szWorkRequestResource.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szWorkRequestResource.__eq__cCs
||kSr!rr$rrr�__ne__�szWorkRequestResource.__ne__N)�__name__�
__module__�__qualname__�__doc__ZACTION_TYPE_CREATEDZACTION_TYPE_UPDATEDZACTION_TYPE_DELETEDZACTION_TYPE_IN_PROGRESSZACTION_TYPE_RELATEDr�propertyr
�setterrrrrr"r&r'rrrrrs<2









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

Youez - 2016 - github.com/yon3zu
LinuXploit