EstimateRecallDataSizeResult

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

Bases: object

This is the size and time range of data to be recalled

Methods

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

Attributes

core_group_count Gets the core_group_count of this EstimateRecallDataSizeResult.
core_group_count_limit Gets the core_group_count_limit of this EstimateRecallDataSizeResult.
is_overlapping_with_existing_recalls Gets the is_overlapping_with_existing_recalls of this EstimateRecallDataSizeResult.
size_in_bytes [Required] Gets the size_in_bytes of this EstimateRecallDataSizeResult.
size_limit_in_bytes Gets the size_limit_in_bytes of this EstimateRecallDataSizeResult.
time_data_ended [Required] Gets the time_data_ended of this EstimateRecallDataSizeResult.
time_data_started [Required] Gets the time_data_started of this EstimateRecallDataSizeResult.
__init__(**kwargs)

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

Parameters:
  • time_data_ended (datetime) – The value to assign to the time_data_ended property of this EstimateRecallDataSizeResult.
  • time_data_started (datetime) – The value to assign to the time_data_started property of this EstimateRecallDataSizeResult.
  • size_in_bytes (int) – The value to assign to the size_in_bytes property of this EstimateRecallDataSizeResult.
  • is_overlapping_with_existing_recalls (bool) – The value to assign to the is_overlapping_with_existing_recalls property of this EstimateRecallDataSizeResult.
  • core_group_count (int) – The value to assign to the core_group_count property of this EstimateRecallDataSizeResult.
  • core_group_count_limit (int) – The value to assign to the core_group_count_limit property of this EstimateRecallDataSizeResult.
  • size_limit_in_bytes (int) – The value to assign to the size_limit_in_bytes property of this EstimateRecallDataSizeResult.
core_group_count

Gets the core_group_count of this EstimateRecallDataSizeResult. This is the number of core groups estimated for this recall

Returns:The core_group_count of this EstimateRecallDataSizeResult.
Return type:int
core_group_count_limit

Gets the core_group_count_limit of this EstimateRecallDataSizeResult. This is the max number of core groups that is available for any recall

Returns:The core_group_count_limit of this EstimateRecallDataSizeResult.
Return type:int
is_overlapping_with_existing_recalls

Gets the is_overlapping_with_existing_recalls of this EstimateRecallDataSizeResult. This indicates if the time range of data to be recalled overlaps with existing recalled data

Returns:The is_overlapping_with_existing_recalls of this EstimateRecallDataSizeResult.
Return type:bool
size_in_bytes

[Required] Gets the size_in_bytes of this EstimateRecallDataSizeResult. This is the size in bytes

Returns:The size_in_bytes of this EstimateRecallDataSizeResult.
Return type:int
size_limit_in_bytes

Gets the size_limit_in_bytes of this EstimateRecallDataSizeResult. This is the size limit in bytes

Returns:The size_limit_in_bytes of this EstimateRecallDataSizeResult.
Return type:int
time_data_ended

[Required] Gets the time_data_ended of this EstimateRecallDataSizeResult. This is the end of the time range of data to be recalled. timeDataStarted and timeDataEnded delineate the time range of the archived data to be recalled. They may not be exact the same as the parameters in the request input (EstimateRecallDataSizeDetails).

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

[Required] Gets the time_data_started of this EstimateRecallDataSizeResult. This is the start of the time range of data to be recalled

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