DatabaseStorageAggregateMetrics¶
- 
class oci.database_management.models.DatabaseStorageAggregateMetrics(**kwargs)¶
- Bases: - object- The database storage metric values. - Methods - __init__(**kwargs)- Initializes a new DatabaseStorageAggregateMetrics object with values from keyword arguments. - Attributes - storage_allocated- Gets the storage_allocated of this DatabaseStorageAggregateMetrics. - storage_used- Gets the storage_used of this DatabaseStorageAggregateMetrics. - storage_used_by_table_space- Gets the storage_used_by_table_space of this DatabaseStorageAggregateMetrics. - 
__init__(**kwargs)¶
- Initializes a new DatabaseStorageAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - storage_allocated (oci.database_management.models.MetricDataPoint) – The value to assign to the storage_allocated property of this DatabaseStorageAggregateMetrics.
- storage_used (oci.database_management.models.MetricDataPoint) – The value to assign to the storage_used property of this DatabaseStorageAggregateMetrics.
- storage_used_by_table_space (list[oci.database_management.models.MetricDataPoint]) – The value to assign to the storage_used_by_table_space property of this DatabaseStorageAggregateMetrics.
 
 - 
storage_allocated¶
- Gets the storage_allocated of this DatabaseStorageAggregateMetrics. - Returns: - The storage_allocated of this DatabaseStorageAggregateMetrics. - Return type: - oci.database_management.models.MetricDataPoint 
 - 
storage_used¶
- Gets the storage_used of this DatabaseStorageAggregateMetrics. - Returns: - The storage_used of this DatabaseStorageAggregateMetrics. - Return type: - oci.database_management.models.MetricDataPoint 
 - 
storage_used_by_table_space¶
- Gets the storage_used_by_table_space of this DatabaseStorageAggregateMetrics. A list of the storage metrics grouped by TableSpace for a specific Managed Database. - Returns: - The storage_used_by_table_space of this DatabaseStorageAggregateMetrics. - Return type: - list[oci.database_management.models.MetricDataPoint] 
 
-