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
is_recall_new_data_only
Gets the is_recall_new_data_only of this EstimateRecallDataSizeDetails. log_sets
Gets the log_sets of this EstimateRecallDataSizeDetails. 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.
- log_sets (str) – The value to assign to the log_sets property of this EstimateRecallDataSizeDetails.
- is_recall_new_data_only (bool) – The value to assign to the is_recall_new_data_only property of this EstimateRecallDataSizeDetails.
-
is_recall_new_data_only
¶ Gets the is_recall_new_data_only of this EstimateRecallDataSizeDetails. This indicates if only new data has to be recalled in the timeframe
Returns: The is_recall_new_data_only of this EstimateRecallDataSizeDetails. Return type: bool
-
log_sets
¶ Gets the log_sets of this EstimateRecallDataSizeDetails. This is the list of logsets to be accounted for in the recalled data
Returns: The log_sets of this EstimateRecallDataSizeDetails. Return type: str
-
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
-