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

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

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

���fNJ�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdZdZdZdZdd�Ze	dd	��Z
e
jd
d	��Z
e	dd��Zejd
d��Ze	dd��Z
e
jdd��Z
e	dd��Zejdd��Ze	dd��Zejdd��Ze	dd��Zejdd��Ze	dd��Zejdd��Ze	dd��Zejdd��Ze	d d!��Zejd"d!��Ze	d#d$��Zejd%d$��Ze	d&d'��Zejd(d'��Ze	d)d*��Zejd+d*��Ze	d,d-��Zejd.d-��Ze	d/d0��Zejd1d0��Ze	d2d3��Zejd4d3��Ze	d5d6��Zejd7d6��Zd8d9�Zd:d;�Zd<d=�Zd>S)?�Schedulez
    The schedule.
    �CSV�PDF�ACTIVE�INACTIVEcKs�ddddddddddddddddd�|_dd	d
ddd
ddddddddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_d|_dS)a�
        Initializes a new Schedule 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 Schedule.
        :type id: str

        :param name:
            The value to assign to the name property of this Schedule.
        :type name: str

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

        :param result_location:
            The value to assign to the result_location property of this Schedule.
        :type result_location: oci.usage_api.models.ResultLocation

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

        :param time_next_run:
            The value to assign to the time_next_run property of this Schedule.
        :type time_next_run: datetime

        :param output_file_format:
            The value to assign to the output_file_format property of this Schedule.
            Allowed values for this property are: "CSV", "PDF", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type output_file_format: str

        :param saved_report_id:
            The value to assign to the saved_report_id property of this Schedule.
        :type saved_report_id: str

        :param schedule_recurrences:
            The value to assign to the schedule_recurrences property of this Schedule.
        :type schedule_recurrences: str

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

        :param query_properties:
            The value to assign to the query_properties property of this Schedule.
        :type query_properties: oci.usage_api.models.QueryProperties

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

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this Schedule.
            Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

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

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

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

        �strZResultLocationZdatetimeZQueryPropertieszdict(str, str)zdict(str, dict(str, object)))�id�name�compartment_id�result_location�description�
time_next_run�output_file_format�saved_report_id�schedule_recurrences�time_scheduled�query_properties�time_created�lifecycle_state�
freeform_tags�defined_tags�system_tagsrr
Z
compartmentIdZresultLocationrZtimeNextRunZoutputFileFormatZ
savedReportIdZscheduleRecurrencesZ
timeScheduledZqueryPropertiesZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_name�_compartment_id�_result_location�_description�_time_next_run�_output_file_format�_saved_report_id�_schedule_recurrences�_time_scheduled�_query_properties�
_time_created�_lifecycle_state�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs�r.�A/usr/lib/python3.9/site-packages/oci/usage_api/models/schedule.py�__init__"sdK��zSchedule.__init__cCs|jS)z�
        **[Required]** Gets the id of this Schedule.
        The OCID representing a unique shedule.


        :return: The id of this Schedule.
        :rtype: str
        �r�r,r.r.r/r�s
zSchedule.idcCs
||_dS)z�
        Sets the id of this Schedule.
        The OCID representing a unique shedule.


        :param id: The id of this Schedule.
        :type: str
        Nr1)r,rr.r.r/r�s
cCs|jS)z�
        **[Required]** Gets the name of this Schedule.
        The unique name of the schedule created by the user.


        :return: The name of this Schedule.
        :rtype: str
        �rr2r.r.r/r
�s
z
Schedule.namecCs
||_dS)z�
        Sets the name of this Schedule.
        The unique name of the schedule created by the user.


        :param name: The name of this Schedule.
        :type: str
        Nr3)r,r
r.r.r/r
�s
cCs|jS)z�
        **[Required]** Gets the compartment_id of this Schedule.
        The customer tenancy.


        :return: The compartment_id of this Schedule.
        :rtype: str
        �rr2r.r.r/r�s
zSchedule.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this Schedule.
        The customer tenancy.


        :param compartment_id: The compartment_id of this Schedule.
        :type: str
        Nr4)r,rr.r.r/r�s
cCs|jS)z�
        **[Required]** Gets the result_location of this Schedule.

        :return: The result_location of this Schedule.
        :rtype: oci.usage_api.models.ResultLocation
        �rr2r.r.r/r�szSchedule.result_locationcCs
||_dS)z�
        Sets the result_location of this Schedule.

        :param result_location: The result_location of this Schedule.
        :type: oci.usage_api.models.ResultLocation
        Nr5)r,rr.r.r/r�scCs|jS)z�
        Gets the description of this Schedule.
        The description of the schedule.


        :return: The description of this Schedule.
        :rtype: str
        �r r2r.r.r/r�s
zSchedule.descriptioncCs
||_dS)z�
        Sets the description of this Schedule.
        The description of the schedule.


        :param description: The description of this Schedule.
        :type: str
        Nr6)r,rr.r.r/rs
cCs|jS)z�
        Gets the time_next_run of this Schedule.
        The date and time of the next job execution.


        :return: The time_next_run of this Schedule.
        :rtype: datetime
        �r!r2r.r.r/rs
zSchedule.time_next_runcCs
||_dS)z�
        Sets the time_next_run of this Schedule.
        The date and time of the next job execution.


        :param time_next_run: The time_next_run of this Schedule.
        :type: datetime
        Nr7)r,rr.r.r/r#s
cCs|jS)at
        Gets the output_file_format of this Schedule.
        Specifies the supported output file format.

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


        :return: The output_file_format of this Schedule.
        :rtype: str
        )r"r2r.r.r/r/s
zSchedule.output_file_formatcCs ddg}t||�sd}||_dS)z�
        Sets the output_file_format of this Schedule.
        Specifies the supported output file format.


        :param output_file_format: The output_file_format of this Schedule.
        :type: str
        rr�UNKNOWN_ENUM_VALUEN)rr")r,r�allowed_valuesr.r.r/r>s

cCs|jS)z�
        Gets the saved_report_id of this Schedule.
        The saved report ID which can also be used to generate a query.


        :return: The saved_report_id of this Schedule.
        :rtype: str
        �r#r2r.r.r/rMs
zSchedule.saved_report_idcCs
||_dS)z�
        Sets the saved_report_id of this Schedule.
        The saved report ID which can also be used to generate a query.


        :param saved_report_id: The saved_report_id of this Schedule.
        :type: str
        Nr:)r,rr.r.r/rYs
cCs|jS)a�
        **[Required]** Gets the schedule_recurrences of this Schedule.
        Specifies the frequency according to when the schedule will be run,
        in the x-obmcs-recurring-time format described in `RFC 5545 section 3.3.10`__.
        Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.

        __ https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10


        :return: The schedule_recurrences of this Schedule.
        :rtype: str
        �r$r2r.r.r/reszSchedule.schedule_recurrencescCs
||_dS)a�
        Sets the schedule_recurrences of this Schedule.
        Specifies the frequency according to when the schedule will be run,
        in the x-obmcs-recurring-time format described in `RFC 5545 section 3.3.10`__.
        Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.

        __ https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10


        :param schedule_recurrences: The schedule_recurrences of this Schedule.
        :type: str
        Nr;)r,rr.r.r/ruscCs|jS)z�
        **[Required]** Gets the time_scheduled of this Schedule.
        The date and time of the first time job execution.


        :return: The time_scheduled of this Schedule.
        :rtype: datetime
        �r%r2r.r.r/r�s
zSchedule.time_scheduledcCs
||_dS)z�
        Sets the time_scheduled of this Schedule.
        The date and time of the first time job execution.


        :param time_scheduled: The time_scheduled of this Schedule.
        :type: datetime
        Nr<)r,rr.r.r/r�s
cCs|jS)z�
        Gets the query_properties of this Schedule.

        :return: The query_properties of this Schedule.
        :rtype: oci.usage_api.models.QueryProperties
        �r&r2r.r.r/r�szSchedule.query_propertiescCs
||_dS)z�
        Sets the query_properties of this Schedule.

        :param query_properties: The query_properties of this Schedule.
        :type: oci.usage_api.models.QueryProperties
        Nr=)r,rr.r.r/r�scCs|jS)z�
        **[Required]** Gets the time_created of this Schedule.
        The date and time the schedule was created.


        :return: The time_created of this Schedule.
        :rtype: datetime
        �r'r2r.r.r/r�s
zSchedule.time_createdcCs
||_dS)z�
        Sets the time_created of this Schedule.
        The date and time the schedule was created.


        :param time_created: The time_created of this Schedule.
        :type: datetime
        Nr>)r,rr.r.r/r�s
cCs|jS)aw
        **[Required]** Gets the lifecycle_state of this Schedule.
        The schedule lifecycle state.

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


        :return: The lifecycle_state of this Schedule.
        :rtype: str
        )r(r2r.r.r/r�s
zSchedule.lifecycle_statecCs ddg}t||�sd}||_dS)z�
        Sets the lifecycle_state of this Schedule.
        The schedule lifecycle state.


        :param lifecycle_state: The lifecycle_state of this Schedule.
        :type: str
        r	r
r8N)rr()r,rr9r.r.r/r�s

cCs|jS)a�
        Gets the freeform_tags of this Schedule.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        See `Resource Tags`__. Example: `{"bar-key": "value"}`

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


        :return: The freeform_tags of this Schedule.
        :rtype: dict(str, str)
        �r)r2r.r.r/r�s
zSchedule.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this Schedule.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        See `Resource Tags`__. Example: `{"bar-key": "value"}`

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


        :param freeform_tags: The freeform_tags of this Schedule.
        :type: dict(str, str)
        Nr?)r,rr.r.r/r�s
cCs|jS)a�
        Gets the defined_tags of this Schedule.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

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


        :return: The defined_tags of this Schedule.
        :rtype: dict(str, dict(str, object))
        �r*r2r.r.r/rszSchedule.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this Schedule.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

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


        :param defined_tags: The defined_tags of this Schedule.
        :type: dict(str, dict(str, object))
        Nr@)r,rr.r.r/rscCs|jS)a�
        Gets the system_tags of this Schedule.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

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


        :return: The system_tags of this Schedule.
        :rtype: dict(str, dict(str, object))
        �r+r2r.r.r/r!szSchedule.system_tagscCs
||_dS)a�
        Sets the system_tags of this Schedule.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

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


        :param system_tags: The system_tags of this Schedule.
        :type: dict(str, dict(str, object))
        NrA)r,rr.r.r/r/scCst|�S�N)rr2r.r.r/�__repr__=szSchedule.__repr__cCs|durdS|j|jkS)NF)�__dict__�r,�otherr.r.r/�__eq__@szSchedule.__eq__cCs
||kSrBr.rEr.r.r/�__ne__FszSchedule.__ne__N)�__name__�
__module__�__qualname__�__doc__ZOUTPUT_FILE_FORMAT_CSVZOUTPUT_FILE_FORMAT_PDFZLIFECYCLE_STATE_ACTIVEZLIFECYCLE_STATE_INACTIVEr0�propertyr�setterr
rrrrrrrrrrrrrrrCrGrHr.r.r.r/rs�






	
	












	
	













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

Youez - 2016 - github.com/yon3zu
LinuXploit