UpdateScheduleDetails¶
-
class
oci.usage_api.models.
UpdateScheduleDetails
(**kwargs)¶ Bases:
object
Details for updating the custom table.
Attributes
OUTPUT_FILE_FORMAT_CSV
A constant which can be used with the output_file_format property of a UpdateScheduleDetails. OUTPUT_FILE_FORMAT_PDF
A constant which can be used with the output_file_format property of a UpdateScheduleDetails. defined_tags
Gets the defined_tags of this UpdateScheduleDetails. description
Gets the description of this UpdateScheduleDetails. freeform_tags
Gets the freeform_tags of this UpdateScheduleDetails. output_file_format
Gets the output_file_format of this UpdateScheduleDetails. result_location
Gets the result_location of this UpdateScheduleDetails. Methods
__init__
(**kwargs)Initializes a new UpdateScheduleDetails 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 UpdateScheduleDetails. 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 UpdateScheduleDetails. This constant has a value of “PDF”
-
__init__
(**kwargs)¶ Initializes a new UpdateScheduleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateScheduleDetails.
- output_file_format (str) – The value to assign to the output_file_format property of this UpdateScheduleDetails. Allowed values for this property are: “CSV”, “PDF”
- result_location (oci.usage_api.models.ResultLocation) – The value to assign to the result_location property of this UpdateScheduleDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateScheduleDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateScheduleDetails.
Gets the defined_tags of this UpdateScheduleDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateScheduleDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateScheduleDetails. The description of the schedule.
Returns: The description of this UpdateScheduleDetails. Return type: str
Gets the freeform_tags of this UpdateScheduleDetails. 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”}
Returns: The freeform_tags of this UpdateScheduleDetails. Return type: dict(str, str)
-
output_file_format
¶ Gets the output_file_format of this UpdateScheduleDetails. Specifies the supported output file format.
Allowed values for this property are: “CSV”, “PDF”
Returns: The output_file_format of this UpdateScheduleDetails. Return type: str
-
result_location
¶ Gets the result_location of this UpdateScheduleDetails.
Returns: The result_location of this UpdateScheduleDetails. Return type: oci.usage_api.models.ResultLocation
-