PdbMetrics

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

Bases: object

The summary of Pluggable Databases (PDBs) and their resource usage metrics, within a specific Container Database (CDB).

Methods

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

Attributes

database_usage_metrics [Required] Gets the database_usage_metrics of this PdbMetrics.
__init__(**kwargs)

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

Parameters:database_usage_metrics (list[oci.database_management.models.DatabaseUsageMetrics]) – The value to assign to the database_usage_metrics property of this PdbMetrics.
database_usage_metrics

[Required] Gets the database_usage_metrics of this PdbMetrics. A summary of PDBs and their resource usage metrics such as CPU, User I/O, and Storage, within a specific CDB.

Returns:The database_usage_metrics of this PdbMetrics.
Return type:list[oci.database_management.models.DatabaseUsageMetrics]