MemoryAggregateMetrics

class oci.database_management.models.MemoryAggregateMetrics(**kwargs)

Bases: object

The memory aggregate metric details.

Methods

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

Attributes

memory_usage Gets the memory_usage of this MemoryAggregateMetrics.
__init__(**kwargs)

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

Parameters:memory_usage (list[oci.database_management.models.MetricDataPoint]) – The value to assign to the memory_usage property of this MemoryAggregateMetrics.
memory_usage

Gets the memory_usage of this MemoryAggregateMetrics. The Memory Usage metrics grouped by memorypool for a specific Managed Database.

Returns:The memory_usage of this MemoryAggregateMetrics.
Return type:list[oci.database_management.models.MetricDataPoint]