UpdateStorageDetails

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

Bases: object

This is the input to update storage configuration of a tenancy in Logging Analytics application

Methods

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

Attributes

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

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

Parameters:archiving_configuration (oci.log_analytics.models.ArchivingConfiguration) – The value to assign to the archiving_configuration property of this UpdateStorageDetails.
archiving_configuration

[Required] Gets the archiving_configuration of this UpdateStorageDetails.

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