StorageUsage¶
-
class
oci.log_analytics.models.
StorageUsage
(**kwargs)¶ Bases:
object
This is the storage usage information of a tenancy in Logging Analytics application
Methods
__init__
(**kwargs)Initializes a new StorageUsage object with values from keyword arguments. Attributes
active_data_size_in_bytes
[Required] Gets the active_data_size_in_bytes of this StorageUsage. archived_data_size_in_bytes
[Required] Gets the archived_data_size_in_bytes of this StorageUsage. recalled_archived_data_size_in_bytes
[Required] Gets the recalled_archived_data_size_in_bytes of this StorageUsage. -
__init__
(**kwargs)¶ Initializes a new StorageUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - active_data_size_in_bytes (int) – The value to assign to the active_data_size_in_bytes property of this StorageUsage.
- archived_data_size_in_bytes (int) – The value to assign to the archived_data_size_in_bytes property of this StorageUsage.
- recalled_archived_data_size_in_bytes (int) – The value to assign to the recalled_archived_data_size_in_bytes property of this StorageUsage.
-
active_data_size_in_bytes
¶ [Required] Gets the active_data_size_in_bytes of this StorageUsage. This is the number of bytes of active data (non-archived)
Returns: The active_data_size_in_bytes of this StorageUsage. Return type: int
-
archived_data_size_in_bytes
¶ [Required] Gets the archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of archived data in object storage
Returns: The archived_data_size_in_bytes of this StorageUsage. Return type: int
-
recalled_archived_data_size_in_bytes
¶ [Required] Gets the recalled_archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of recalled data from archived in object store
Returns: The recalled_archived_data_size_in_bytes of this StorageUsage. Return type: int
-