ReleaseRecalledDataDetails

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

Bases: object

This is the input used to release recalled data

Attributes

DATA_TYPE_LOG A constant which can be used with the data_type property of a ReleaseRecalledDataDetails.
DATA_TYPE_LOOKUP A constant which can be used with the data_type property of a ReleaseRecalledDataDetails.
collection_id Gets the collection_id of this ReleaseRecalledDataDetails.
compartment_id [Required] Gets the compartment_id of this ReleaseRecalledDataDetails.
data_type Gets the data_type of this ReleaseRecalledDataDetails.
time_data_ended [Required] Gets the time_data_ended of this ReleaseRecalledDataDetails.
time_data_started [Required] Gets the time_data_started of this ReleaseRecalledDataDetails.

Methods

__init__(**kwargs) Initializes a new ReleaseRecalledDataDetails object with values from keyword arguments.
DATA_TYPE_LOG = 'LOG'

A constant which can be used with the data_type property of a ReleaseRecalledDataDetails. This constant has a value of “LOG”

DATA_TYPE_LOOKUP = 'LOOKUP'

A constant which can be used with the data_type property of a ReleaseRecalledDataDetails. This constant has a value of “LOOKUP”

__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this ReleaseRecalledDataDetails.
  • time_data_ended (datetime) – The value to assign to the time_data_ended property of this ReleaseRecalledDataDetails.
  • time_data_started (datetime) – The value to assign to the time_data_started property of this ReleaseRecalledDataDetails.
  • data_type (str) – The value to assign to the data_type property of this ReleaseRecalledDataDetails. Allowed values for this property are: “LOG”, “LOOKUP”
  • collection_id (int) – The value to assign to the collection_id property of this ReleaseRecalledDataDetails.
collection_id

Gets the collection_id of this ReleaseRecalledDataDetails. This is the id for the recalled data collection to be released. If specified, only this collection will be released

Returns:The collection_id of this ReleaseRecalledDataDetails.
Return type:int
compartment_id

[Required] Gets the compartment_id of this ReleaseRecalledDataDetails. This is the compartment OCID for permission checking

Returns:The compartment_id of this ReleaseRecalledDataDetails.
Return type:str
data_type

Gets the data_type of this ReleaseRecalledDataDetails. This is the type of the recalled data to be released

Allowed values for this property are: “LOG”, “LOOKUP”

Returns:The data_type of this ReleaseRecalledDataDetails.
Return type:str
time_data_ended

[Required] Gets the time_data_ended of this ReleaseRecalledDataDetails. This is the end of the time interval

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

[Required] Gets the time_data_started of this ReleaseRecalledDataDetails. This is the start of the time interval

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