CreateScheduleDetails

class oci.usage_api.models.CreateScheduleDetails(**kwargs)

Bases: object

The saved schedule.

Attributes

OUTPUT_FILE_FORMAT_CSV A constant which can be used with the output_file_format property of a CreateScheduleDetails.
OUTPUT_FILE_FORMAT_PDF A constant which can be used with the output_file_format property of a CreateScheduleDetails.
compartment_id [Required] Gets the compartment_id of this CreateScheduleDetails.
defined_tags Gets the defined_tags of this CreateScheduleDetails.
description Gets the description of this CreateScheduleDetails.
freeform_tags Gets the freeform_tags of this CreateScheduleDetails.
name [Required] Gets the name of this CreateScheduleDetails.
output_file_format Gets the output_file_format of this CreateScheduleDetails.
query_properties Gets the query_properties of this CreateScheduleDetails.
result_location [Required] Gets the result_location of this CreateScheduleDetails.
saved_report_id Gets the saved_report_id of this CreateScheduleDetails.
schedule_recurrences [Required] Gets the schedule_recurrences of this CreateScheduleDetails.
time_scheduled [Required] Gets the time_scheduled of this CreateScheduleDetails.

Methods

__init__(**kwargs) Initializes a new CreateScheduleDetails object with values from keyword arguments.
OUTPUT_FILE_FORMAT_CSV = 'CSV'

A constant which can be used with the output_file_format property of a CreateScheduleDetails. This constant has a value of “CSV”

OUTPUT_FILE_FORMAT_PDF = 'PDF'

A constant which can be used with the output_file_format property of a CreateScheduleDetails. This constant has a value of “PDF”

__init__(**kwargs)

Initializes a new CreateScheduleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CreateScheduleDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateScheduleDetails.
  • description (str) – The value to assign to the description property of this CreateScheduleDetails.
  • output_file_format (str) – The value to assign to the output_file_format property of this CreateScheduleDetails. Allowed values for this property are: “CSV”, “PDF”
  • saved_report_id (str) – The value to assign to the saved_report_id property of this CreateScheduleDetails.
  • result_location (oci.usage_api.models.ResultLocation) – The value to assign to the result_location property of this CreateScheduleDetails.
  • schedule_recurrences (str) – The value to assign to the schedule_recurrences property of this CreateScheduleDetails.
  • time_scheduled