EstimateRecallDataSizeDetails¶
-
class
oci.log_analytics.models.
EstimateRecallDataSizeDetails
(**kwargs)¶ Bases:
object
This is the input used to estimate the size of data to be recalled
Methods
__init__
(**kwargs)Initializes a new EstimateRecallDataSizeDetails object with values from keyword arguments. Attributes
time_data_ended
[Required] Gets the time_data_ended of this EstimateRecallDataSizeDetails. time_data_started
[Required] Gets the time_data_started of this EstimateRecallDataSizeDetails. -
__init__
(**kwargs)¶ Initializes a new EstimateRecallDataSizeDetails 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 EstimateRecallDataSizeDetails.
- time_data_ended (datetime) – The value to assign to the time_data_ended property of this EstimateRecallDataSizeDetails.
-
time_data_ended
¶ [Required] Gets the time_data_ended of this EstimateRecallDataSizeDetails. This is the end of the time range for the data to be recalled
Returns: The time_data_ended of this EstimateRecallDataSizeDetails. Return type: datetime
-
time_data_started
¶ [Required] Gets the time_data_started of this EstimateRecallDataSizeDetails. This is the start of the time range for the data to be recalled
Returns: The time_data_started of this EstimateRecallDataSizeDetails. Return type: datetime
-