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/data_flow/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

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

���f�&�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdZdZdZdZdZdZ	dd	�Z
ed
d��Zej
dd��Zed
d��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd ��Zej
d!d ��Zd"d#�Zd$d%�Zd&d'�Zd(S))�	Statementz
    A statement object.
    �ACCEPTED�
CANCELLING�	CANCELLED�FAILED�IN_PROGRESS�	SUCCEEDEDc	Ksdddddddddd�|_ddd	d
ddd
dd�|_d|_d|_d|_d|_d|_d|_d|_d|_	dS)a
        Initializes a new Statement object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this Statement.
        :type id: int

        :param code:
            The value to assign to the code property of this Statement.
        :type code: str

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this Statement.
            Allowed values for this property are: "ACCEPTED", "CANCELLING", "CANCELLED", "FAILED", "IN_PROGRESS", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

        :param output:
            The value to assign to the output property of this Statement.
        :type output: oci.data_flow.models.StatementOutput

        :param progress:
            The value to assign to the progress property of this Statement.
        :type progress: float

        :param run_id:
            The value to assign to the run_id property of this Statement.
        :type run_id: str

        :param time_created:
            The value to assign to the time_created property of this Statement.
        :type time_created: datetime

        :param time_completed:
            The value to assign to the time_completed property of this Statement.
        :type time_completed: datetime

        �int�strZStatementOutput�floatZdatetime)�id�code�lifecycle_state�output�progress�run_id�time_created�time_completedrrZlifecycleStaterrZrunIdZtimeCreatedZ
timeCompletedN)
Z
swagger_typesZ
attribute_map�_id�_code�_lifecycle_state�_output�	_progress�_run_id�
_time_created�_time_completed)�self�kwargs�r"�B/usr/lib/python3.9/site-packages/oci/data_flow/models/statement.py�__init__*s4)��zStatement.__init__cCs|jS)z�
        **[Required]** Gets the id of this Statement.
        The statement ID.


        :return: The id of this Statement.
        :rtype: int
        �r�r r"r"r#rqs
zStatement.idcCs
||_dS)z�
        Sets the id of this Statement.
        The statement ID.


        :param id: The id of this Statement.
        :type: int
        Nr%)r rr"r"r#r}s
cCs|jS)z�
        **[Required]** Gets the code of this Statement.
        The statement code to execute.
        Example: `println(sc.version)`


        :return: The code of this Statement.
        :rtype: str
        �rr&r"r"r#r�szStatement.codecCs
||_dS)z�
        Sets the code of this Statement.
        The statement code to execute.
        Example: `println(sc.version)`


        :param code: The code of this Statement.
        :type: str
        Nr')r rr"r"r#r�scCs|jS)a�
        **[Required]** Gets the lifecycle_state of this Statement.
        The current state of this statement.

        Allowed values for this property are: "ACCEPTED", "CANCELLING", "CANCELLED", "FAILED", "IN_PROGRESS", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this Statement.
        :rtype: str
        )rr&r"r"r#r�s
zStatement.lifecycle_statecCs gd�}t||�sd}||_dS)z�
        Sets the lifecycle_state of this Statement.
        The current state of this statement.


        :param lifecycle_state: The lifecycle_state of this Statement.
        :type: str
        )rrr	r
rrZUNKNOWN_ENUM_VALUEN)rr)r rZallowed_valuesr"r"r#r�s

cCs|jS)z�
        Gets the output of this Statement.

        :return: The output of this Statement.
        :rtype: oci.data_flow.models.StatementOutput
        �rr&r"r"r#r�szStatement.outputcCs
||_dS)z�
        Sets the output of this Statement.

        :param output: The output of this Statement.
        :type: oci.data_flow.models.StatementOutput
        Nr()r rr"r"r#r�scCs|jS)z�
        Gets the progress of this Statement.
        The execution progress.


        :return: The progress of this Statement.
        :rtype: float
        �rr&r"r"r#r�s
zStatement.progresscCs
||_dS)z�
        Sets the progress of this Statement.
        The execution progress.


        :param progress: The progress of this Statement.
        :type: float
        Nr))r rr"r"r#r�s
cCs|jS)z�
        Gets the run_id of this Statement.
        The ID of a run.


        :return: The run_id of this Statement.
        :rtype: str
        �rr&r"r"r#r�s
zStatement.run_idcCs
||_dS)z�
        Sets the run_id of this Statement.
        The ID of a run.


        :param run_id: The run_id of this Statement.
        :type: str
        Nr*)r rr"r"r#r�s
cCs|jS)aU
        **[Required]** Gets the time_created of this Statement.
        The date and time the resource was created, expressed in `RFC 3339`__ timestamp format.
        Example: `2018-04-03T21:10:29.600Z`

        __ https://tools.ietf.org/html/rfc3339


        :return: The time_created of this Statement.
        :rtype: datetime
        �rr&r"r"r#rs
zStatement.time_createdcCs
||_dS)aQ
        Sets the time_created of this Statement.
        The date and time the resource was created, expressed in `RFC 3339`__ timestamp format.
        Example: `2018-04-03T21:10:29.600Z`

        __ https://tools.ietf.org/html/rfc3339


        :param time_created: The time_created of this Statement.
        :type: datetime
        Nr+)r rr"r"r#rs
cCs|jS)aU
        Gets the time_completed of this Statement.
        The date and time a statement execution was completed, expressed in `RFC 3339`__ timestamp format.
        Example: `2022-05-31T21:10:29.600Z`

        __ https://tools.ietf.org/html/rfc3339


        :return: The time_completed of this Statement.
        :rtype: datetime
        �rr&r"r"r#r#s
zStatement.time_completedcCs
||_dS)ab
        Sets the time_completed of this Statement.
        The date and time a statement execution was completed, expressed in `RFC 3339`__ timestamp format.
        Example: `2022-05-31T21:10:29.600Z`

        __ https://tools.ietf.org/html/rfc3339


        :param time_completed: The time_completed of this Statement.
        :type: datetime
        Nr,)r rr"r"r#r2s
cCst|�S�N)rr&r"r"r#�__repr__AszStatement.__repr__cCs|durdS|j|jkS)NF)�__dict__�r �otherr"r"r#�__eq__DszStatement.__eq__cCs
||kSr-r"r0r"r"r#�__ne__JszStatement.__ne__N)�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_ACCEPTEDZLIFECYCLE_STATE_CANCELLINGZLIFECYCLE_STATE_CANCELLEDZLIFECYCLE_STATE_FAILEDZLIFECYCLE_STATE_IN_PROGRESSZLIFECYCLE_STATE_SUCCEEDEDr$�propertyr�setterrrrrrrrr.r2r3r"r"r"r#rsVG






	
	







rN)Zoci.utilrrrZoci.decoratorsr�objectrr"r"r"r#�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit