EstimateReleaseDataSizeDetails

class oci.log_analytics.models.EstimateReleaseDataSizeDetails(**kwargs)

Bases: object

This is the input used to estimate the size of data to be released

Methods

__init__(**kwargs) Initializes a new EstimateReleaseDataSizeDetails object with values from keyword arguments.

Attributes

time_data_ended [Required] Gets the time_data_ended of this EstimateReleaseDataSizeDetails.
time_data_started [Required] Gets the time_data_started of this EstimateReleaseDataSizeDetails.
__init__(**kwargs)

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

Parameters:
  • time_data_started (datetime) – The value to assign to the time_data_started property of this EstimateReleaseDataSizeDetails.
  • time_data_ended (datetime) – The value to assign to the time_data_ended property of this EstimateReleaseDataSizeDetails.
time_data_ended

[Required] Gets the time_data_ended of this EstimateReleaseDataSizeDetails. This is the end of the time range for the data to be released

Returns:The time_data_ended of this EstimateReleaseDataSizeDetails.
Return type:datetime
time_data_started

[Required] Gets the time_data_started of this EstimateReleaseDataSizeDetails. This is the start of the time range for the data to be released

Returns:The time_data_started of this EstimateReleaseDataSizeDetails.
Return type:datetime