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

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

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

���f�m�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s|eZdZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZ
dZd
ZdZdZdZdZdZdd�Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejd d��Zed!d"��Zejd#d"��Zed$d%��Zejd&d%��Zed'd(��Zejd)d(��Zed*d+��Zejd,d+��Zed-d.��Z e jd/d.��Z ed0d1��Z!e!jd2d1��Z!ed3d4��Z"e"jd5d4��Z"ed6d7��Z#e#jd8d7��Z#ed9d:��Z$e$jd;d:��Z$ed<d=��Z%e%jd>d=��Z%ed?d@��Z&e&jdAd@��Z&edBdC��Z'e'jdDdC��Z'edEdF��Z(e(jdGdF��Z(edHdI��Z)e)jdJdI��Z)edKdL��Z*e*jdMdL��Z*edNdO��Z+e+jdPdO��Z+dQdR�Z,dSdT�Z-dUdV�Z.dWS)X�ExecutionWindowz)
    Details of an execution window.
    �CREATED�	SCHEDULED�IN_PROGRESS�FAILED�CANCELED�UPDATING�DELETED�	SUCCEEDED�PARTIAL_SUCCESS�CREATING�DELETING�DURATION_EXCEEDED�MAINTENANCE_IN_PROGRESS�WAITING�RESCHEDULED�PLANNED�	UNPLANNEDcKs�ddddddddddddddddddddd�|_dd	d
ddd
ddddddddddddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_d|_d|_d|_d|_d|_dS)a*
        Initializes a new ExecutionWindow 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 ExecutionWindow.
        :type id: str

        :param execution_resource_id:
            The value to assign to the execution_resource_id property of this ExecutionWindow.
        :type execution_resource_id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this ExecutionWindow.
        :type compartment_id: str

        :param display_name:
            The value to assign to the display_name property of this ExecutionWindow.
        :type display_name: str

        :param description:
            The value to assign to the description property of this ExecutionWindow.
        :type description: str

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this ExecutionWindow.
            Allowed values for this property are: "CREATED", "SCHEDULED", "IN_PROGRESS", "FAILED", "CANCELED", "UPDATING", "DELETED", "SUCCEEDED", "PARTIAL_SUCCESS", "CREATING", "DELETING", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

        :param lifecycle_substate:
            The value to assign to the lifecycle_substate property of this ExecutionWindow.
            Allowed values for this property are: "DURATION_EXCEEDED", "MAINTENANCE_IN_PROGRESS", "WAITING", "RESCHEDULED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_substate: str

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this ExecutionWindow.
        :type lifecycle_details: str

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

        :param time_updated:
            The value to assign to the time_updated property of this ExecutionWindow.
        :type time_updated: datetime

        :param time_started:
            The value to assign to the time_started property of this ExecutionWindow.
        :type time_started: datetime

        :param time_ended:
            The value to assign to the time_ended property of this ExecutionWindow.
        :type time_ended: datetime

        :param time_scheduled:
            The value to assign to the time_scheduled property of this ExecutionWindow.
        :type time_scheduled: datetime

        :param window_duration_in_mins:
            The value to assign to the window_duration_in_mins property of this ExecutionWindow.
        :type window_duration_in_mins: int

        :param is_enforced_duration:
            The value to assign to the is_enforced_duration property of this ExecutionWindow.
        :type is_enforced_duration: bool

        :param estimated_time_in_mins:
            The value to assign to the estimated_time_in_mins property of this ExecutionWindow.
        :type estimated_time_in_mins: int

        :param total_time_taken_in_mins:
            The value to assign to the total_time_taken_in_mins property of this ExecutionWindow.
        :type total_time_taken_in_mins: int

        :param window_type:
            The value to assign to the window_type property of this ExecutionWindow.
            Allowed values for this property are: "PLANNED", "UNPLANNED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type window_type: str

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

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

        �strZdatetime�int�boolzdict(str, str)zdict(str, dict(str, object)))�id�execution_resource_id�compartment_id�display_name�description�lifecycle_state�lifecycle_substate�lifecycle_details�time_created�time_updated�time_started�
time_ended�time_scheduled�window_duration_in_mins�is_enforced_duration�estimated_time_in_mins�total_time_taken_in_mins�window_type�
freeform_tags�defined_tagsrZexecutionResourceIdZ
compartmentIdZdisplayNamerZlifecycleStateZlifecycleSubstateZlifecycleDetailsZtimeCreatedZtimeUpdatedZtimeStartedZ	timeEndedZ
timeScheduledZwindowDurationInMinsZisEnforcedDurationZestimatedTimeInMinsZtotalTimeTakenInMinsZ
windowTypeZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�_id�_execution_resource_id�_compartment_id�
_display_name�_description�_lifecycle_state�_lifecycle_substate�_lifecycle_details�
_time_created�
_time_updated�
_time_started�_time_ended�_time_scheduled�_window_duration_in_mins�_is_enforced_duration�_estimated_time_in_mins�_total_time_taken_in_mins�_window_type�_freeform_tags�
_defined_tags)�self�kwargs�rE�H/usr/lib/python3.9/site-packages/oci/database/models/execution_window.py�__init__Vs|]��zExecutionWindow.__init__cCs|jS)a

        **[Required]** Gets the id of this ExecutionWindow.
        The `OCID`__ of the execution window.

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


        :return: The id of this ExecutionWindow.
        :rtype: str
        �r/�rCrErErFr�szExecutionWindow.idcCs
||_dS)z�
        Sets the id of this ExecutionWindow.
        The `OCID`__ of the execution window.

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


        :param id: The id of this ExecutionWindow.
        :type: str
        NrH)rCrrErErFrscCs|jS)aU
        **[Required]** Gets the execution_resource_id of this ExecutionWindow.
        The `OCID`__ of the execution resource the execution window belongs to.

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


        :return: The execution_resource_id of this ExecutionWindow.
        :rtype: str
        �r0rIrErErFrsz%ExecutionWindow.execution_resource_idcCs
||_dS)aZ
        Sets the execution_resource_id of this ExecutionWindow.
        The `OCID`__ of the execution resource the execution window belongs to.

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


        :param execution_resource_id: The execution_resource_id of this ExecutionWindow.
        :type: str
        NrJ)rCrrErErFrscCs|jS)a 
        **[Required]** Gets the compartment_id of this ExecutionWindow.
        The `OCID`__ of the compartment.

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


        :return: The compartment_id of this ExecutionWindow.
        :rtype: str
        �r1rIrErErFr-szExecutionWindow.compartment_idcCs
||_dS)a
        Sets the compartment_id of this ExecutionWindow.
        The `OCID`__ of the compartment.

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


        :param compartment_id: The compartment_id of this ExecutionWindow.
        :type: str
        NrK)rCrrErErFr;scCs|jS)z�
        **[Required]** Gets the display_name of this ExecutionWindow.
        The user-friendly name for the execution window. The name does not need to be unique.


        :return: The display_name of this ExecutionWindow.
        :rtype: str
        �r2rIrErErFrIs
zExecutionWindow.display_namecCs
||_dS)z�
        Sets the display_name of this ExecutionWindow.
        The user-friendly name for the execution window. The name does not need to be unique.


        :param display_name: The display_name of this ExecutionWindow.
        :type: str
        NrL)rCrrErErFrUs
cCs|jS)z�
        Gets the description of this ExecutionWindow.
        Description of the execution window.


        :return: The description of this ExecutionWindow.
        :rtype: str
        �r3rIrErErFras
zExecutionWindow.descriptioncCs
||_dS)z�
        Sets the description of this ExecutionWindow.
        Description of the execution window.


        :param description: The description of this ExecutionWindow.
        :type: str
        NrM)rCrrErErFrms
cCs|jS)a�
        **[Required]** Gets the lifecycle_state of this ExecutionWindow.
        The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED,
        UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.

        Allowed values for this property are: "CREATED", "SCHEDULED", "IN_PROGRESS", "FAILED", "CANCELED", "UPDATING", "DELETED", "SUCCEEDED", "PARTIAL_SUCCESS", "CREATING", "DELETING", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this ExecutionWindow.
        :rtype: str
        )r4rIrErErFr yszExecutionWindow.lifecycle_statecCs gd�}t||�sd}||_dS)aU
        Sets the lifecycle_state of this ExecutionWindow.
        The current state of the Schedule Policy. Valid states are CREATED, SCHEDULED, IN_PROGRESS, FAILED, CANCELED,
        UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.


        :param lifecycle_state: The lifecycle_state of this ExecutionWindow.
        :type: str
        )rrr	r
rrr
rrrr�UNKNOWN_ENUM_VALUEN)rr4)rCr �allowed_valuesrErErFr �s
cCs|jS)a

        Gets the lifecycle_substate of this ExecutionWindow.
        The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.

        Allowed values for this property are: "DURATION_EXCEEDED", "MAINTENANCE_IN_PROGRESS", "WAITING", "RESCHEDULED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_substate of this ExecutionWindow.
        :rtype: str
        )r5rIrErErFr!�s
z"ExecutionWindow.lifecycle_substatecCs gd�}t||�sd}||_dS)a.
        Sets the lifecycle_substate of this ExecutionWindow.
        The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.


        :param lifecycle_substate: The lifecycle_substate of this ExecutionWindow.
        :type: str
        )rrrrrNN)rr5)rCr!rOrErErFr!�s

cCs|jS)z�
        Gets the lifecycle_details of this ExecutionWindow.
        Additional information about the current lifecycle state.


        :return: The lifecycle_details of this ExecutionWindow.
        :rtype: str
        �r6rIrErErFr"�s
z!ExecutionWindow.lifecycle_detailscCs
||_dS)z�
        Sets the lifecycle_details of this ExecutionWindow.
        Additional information about the current lifecycle state.


        :param lifecycle_details: The lifecycle_details of this ExecutionWindow.
        :type: str
        NrP)rCr"rErErFr"�s
cCs|jS)z�
        Gets the time_created of this ExecutionWindow.
        The date and time the execution window was created.


        :return: The time_created of this ExecutionWindow.
        :rtype: datetime
        �r7rIrErErFr#�s
zExecutionWindow.time_createdcCs
||_dS)z�
        Sets the time_created of this ExecutionWindow.
        The date and time the execution window was created.


        :param time_created: The time_created of this ExecutionWindow.
        :type: datetime
        NrQ)rCr#rErErFr#�s
cCs|jS)z�
        Gets the time_updated of this ExecutionWindow.
        The last date and time that the execution window was updated.


        :return: The time_updated of this ExecutionWindow.
        :rtype: datetime
        �r8rIrErErFr$�s
zExecutionWindow.time_updatedcCs
||_dS)z�
        Sets the time_updated of this ExecutionWindow.
        The last date and time that the execution window was updated.


        :param time_updated: The time_updated of this ExecutionWindow.
        :type: datetime
        NrR)rCr$rErErFr$�s
cCs|jS)z�
        Gets the time_started of this ExecutionWindow.
        The date and time that the execution window was started.


        :return: The time_started of this ExecutionWindow.
        :rtype: datetime
        �r9rIrErErFr%�s
zExecutionWindow.time_startedcCs
||_dS)z�
        Sets the time_started of this ExecutionWindow.
        The date and time that the execution window was started.


        :param time_started: The time_started of this ExecutionWindow.
        :type: datetime
        NrS)rCr%rErErFr%s
cCs|jS)z�
        Gets the time_ended of this ExecutionWindow.
        The date and time that the execution window ended.


        :return: The time_ended of this ExecutionWindow.
        :rtype: datetime
        �r:rIrErErFr&s
zExecutionWindow.time_endedcCs
||_dS)z�
        Sets the time_ended of this ExecutionWindow.
        The date and time that the execution window ended.


        :param time_ended: The time_ended of this ExecutionWindow.
        :type: datetime
        NrT)rCr&rErErFr&#s
cCs|jS)z�
        **[Required]** Gets the time_scheduled of this ExecutionWindow.
        The scheduled start date and time of the execution window.


        :return: The time_scheduled of this ExecutionWindow.
        :rtype: datetime
        �r;rIrErErFr'/s
zExecutionWindow.time_scheduledcCs
||_dS)z�
        Sets the time_scheduled of this ExecutionWindow.
        The scheduled start date and time of the execution window.


        :param time_scheduled: The time_scheduled of this ExecutionWindow.
        :type: datetime
        NrU)rCr'rErErFr';s
cCs|jS)a5
        **[Required]** Gets the window_duration_in_mins of this ExecutionWindow.
        Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.


        :return: The window_duration_in_mins of this ExecutionWindow.
        :rtype: int
        �r<rIrErErFr(Gs
z'ExecutionWindow.window_duration_in_minscCs
||_dS)a<
        Sets the window_duration_in_mins of this ExecutionWindow.
        Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.


        :param window_duration_in_mins: The window_duration_in_mins of this ExecutionWindow.
        :type: int
        NrV)rCr(rErErFr(Ss
cCs|jS)a%
        Gets the is_enforced_duration of this ExecutionWindow.
        Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.


        :return: The is_enforced_duration of this ExecutionWindow.
        :rtype: bool
        �r=rIrErErFr)_s
z$ExecutionWindow.is_enforced_durationcCs
||_dS)a8
        Sets the is_enforced_duration of this ExecutionWindow.
        Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is `FALSE`.


        :param is_enforced_duration: The is_enforced_duration of this ExecutionWindow.
        :type: bool
        NrW)rCr)rErErFr)ks
cCs|jS)z�
        Gets the estimated_time_in_mins of this ExecutionWindow.
        The estimated time of the execution window in minutes.


        :return: The estimated_time_in_mins of this ExecutionWindow.
        :rtype: int
        �r>rIrErErFr*ws
z&ExecutionWindow.estimated_time_in_minscCs
||_dS)z�
        Sets the estimated_time_in_mins of this ExecutionWindow.
        The estimated time of the execution window in minutes.


        :param estimated_time_in_mins: The estimated_time_in_mins of this ExecutionWindow.
        :type: int
        NrX)rCr*rErErFr*�s
cCs|jS)z�
        Gets the total_time_taken_in_mins of this ExecutionWindow.
        The total time taken by corresponding resource activity in minutes.


        :return: The total_time_taken_in_mins of this ExecutionWindow.
        :rtype: int
        �r?rIrErErFr+�s
z(ExecutionWindow.total_time_taken_in_minscCs
||_dS)a
        Sets the total_time_taken_in_mins of this ExecutionWindow.
        The total time taken by corresponding resource activity in minutes.


        :param total_time_taken_in_mins: The total_time_taken_in_mins of this ExecutionWindow.
        :type: int
        NrY)rCr+rErErFr+�s
cCs|jS)a�
        Gets the window_type of this ExecutionWindow.
        The execution window is of PLANNED or UNPLANNED type.

        Allowed values for this property are: "PLANNED", "UNPLANNED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The window_type of this ExecutionWindow.
        :rtype: str
        )r@rIrErErFr,�s
zExecutionWindow.window_typecCs ddg}t||�sd}||_dS)z�
        Sets the window_type of this ExecutionWindow.
        The execution window is of PLANNED or UNPLANNED type.


        :param window_type: The window_type of this ExecutionWindow.
        :type: str
        rrrNN)rr@)rCr,rOrErErFr,�s

cCs|jS)a�
        Gets the freeform_tags of this ExecutionWindow.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

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


        :return: The freeform_tags of this ExecutionWindow.
        :rtype: dict(str, str)
        �rArIrErErFr-�szExecutionWindow.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this ExecutionWindow.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

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


        :param freeform_tags: The freeform_tags of this ExecutionWindow.
        :type: dict(str, str)
        NrZ)rCr-rErErFr-�scCs|jS)a�
        Gets the defined_tags of this ExecutionWindow.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

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


        :return: The defined_tags of this ExecutionWindow.
        :rtype: dict(str, dict(str, object))
        �rBrIrErErFr.�s
zExecutionWindow.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this ExecutionWindow.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

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


        :param defined_tags: The defined_tags of this ExecutionWindow.
        :type: dict(str, dict(str, object))
        Nr[)rCr.rErErFr.�s
cCst|�S�N)rrIrErErF�__repr__szExecutionWindow.__repr__cCs|durdS|j|jkS)NF)�__dict__�rC�otherrErErF�__eq__szExecutionWindow.__eq__cCs
||kSr\rEr_rErErF�__ne__szExecutionWindow.__ne__N)/�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_CREATEDZLIFECYCLE_STATE_SCHEDULEDZLIFECYCLE_STATE_IN_PROGRESSZLIFECYCLE_STATE_FAILEDZLIFECYCLE_STATE_CANCELEDZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_DELETEDZLIFECYCLE_STATE_SUCCEEDEDZLIFECYCLE_STATE_PARTIAL_SUCCESSZLIFECYCLE_STATE_CREATINGZLIFECYCLE_STATE_DELETINGZ$LIFECYCLE_SUBSTATE_DURATION_EXCEEDEDZ*LIFECYCLE_SUBSTATE_MAINTENANCE_IN_PROGRESSZLIFECYCLE_SUBSTATE_WAITINGZLIFECYCLE_SUBSTATE_RESCHEDULEDZWINDOW_TYPE_PLANNEDZWINDOW_TYPE_UNPLANNEDrG�propertyr�setterrrrrr r!r"r#r$r%r&r'r(r)r*r+r,r-r.r]rarbrErErErFrs� 













































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

Youez - 2016 - github.com/yon3zu
LinuXploit