📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
usage_api
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/usage_api/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_schedule_details.pyc
a O��f�6 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�CreateScheduleDetailsz The saved schedule. �CSV�PDFc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aT Initializes a new CreateScheduleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateScheduleDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateScheduleDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateScheduleDetails. :type description: str :param output_file_format: The value to assign to the output_file_format property of this CreateScheduleDetails. Allowed values for this property are: "CSV", "PDF" :type output_file_format: str :param saved_report_id: The value to assign to the saved_report_id property of this CreateScheduleDetails. :type saved_report_id: str :param result_location: The value to assign to the result_location property of this CreateScheduleDetails. :type result_location: oci.usage_api.models.ResultLocation :param schedule_recurrences: The value to assign to the schedule_recurrences property of this CreateScheduleDetails. :type schedule_recurrences: str :param time_scheduled: The value to assign to the time_scheduled property of this CreateScheduleDetails. :type time_scheduled: datetime :param query_properties: The value to assign to the query_properties property of this CreateScheduleDetails. :type query_properties: oci.usage_api.models.QueryProperties :param freeform_tags: The value to assign to the freeform_tags property of this CreateScheduleDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateScheduleDetails. :type defined_tags: dict(str, dict(str, object)) �str�ResultLocation�datetime�QueryPropertieszdict(str, str)zdict(str, dict(str, object)))�name�compartment_id�description�output_file_format�saved_report_id�result_location�schedule_recurrences�time_scheduled�query_properties� freeform_tags�defined_tagsr � compartmentIdr �outputFileFormat� savedReportId�resultLocation�scheduleRecurrences� timeScheduled�queryProperties�freeformTags�definedTagsN) � swagger_types� attribute_map�_name�_compartment_id�_description�_output_file_format�_saved_report_id�_result_location�_schedule_recurrences�_time_scheduled�_query_properties�_freeform_tags� _defined_tags)�self�kwargs� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/create_schedule_details.py�__init__ sF 4��zCreateScheduleDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateScheduleDetails. The unique name of the user-created schedule. :return: The name of this CreateScheduleDetails. :rtype: str �r# �r. r0 r0 r1 r s s zCreateScheduleDetails.namec C s || _ dS )z� Sets the name of this CreateScheduleDetails. The unique name of the user-created schedule. :param name: The name of this CreateScheduleDetails. :type: str Nr3 )r. r r0 r0 r1 r s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateScheduleDetails. The customer tenancy. :return: The compartment_id of this CreateScheduleDetails. :rtype: str �r$ r4 r0 r0 r1 r � s z$CreateScheduleDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateScheduleDetails. The customer tenancy. :param compartment_id: The compartment_id of this CreateScheduleDetails. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the description of this CreateScheduleDetails. The description of the schedule. :return: The description of this CreateScheduleDetails. :rtype: str �r% r4 r0 r0 r1 r � s z!CreateScheduleDetails.descriptionc C s || _ dS )z� Sets the description of this CreateScheduleDetails. The description of the schedule. :param description: The description of this CreateScheduleDetails. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )a Gets the output_file_format of this CreateScheduleDetails. Specifies supported output file format. Allowed values for this property are: "CSV", "PDF" :return: The output_file_format of this CreateScheduleDetails. :rtype: str )r&