Storage

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

Bases: object

This is the storage configuration and status of a tenancy in Logging Analytics application

Methods

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

Attributes

archiving_configuration [Required] Gets the archiving_configuration of this Storage.
is_archiving_enabled [Required] Gets the is_archiving_enabled of this Storage.
__init__(**kwargs)

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

Parameters:
  • is_archiving_enabled (bool) – The value to assign to the is_archiving_enabled property of this Storage.
  • archiving_configuration (oci.log_analytics.models.ArchivingConfiguration) – The value to assign to the archiving_configuration property of this Storage.
archiving_configuration

[Required] Gets the archiving_configuration of this Storage.

Returns:The archiving_configuration of this Storage.
Return type:oci.log_analytics.models.ArchivingConfiguration
is_archiving_enabled

[Required] Gets the is_archiving_enabled of this Storage. This indicates if old data can be archived for a tenancy

Returns:The is_archiving_enabled of this Storage.
Return type:bool