DataguardPerformanceMetrics

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

Bases: object

A summary of Data Guard performance metrics for Managed Databases.

Methods

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

Attributes

metrics_data [Required] Gets the metrics_data of this DataguardPerformanceMetrics.
__init__(**kwargs)

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

Parameters:metrics_data (list[oci.database_management.models.PerformanceMetricsData]) – The value to assign to the metrics_data property of this DataguardPerformanceMetrics.
metrics_data

[Required] Gets the metrics_data of this DataguardPerformanceMetrics. A summary of Data Guard performance metrics such as ApplyLag, TransportLag and RedoApplyRate, for Managed Databases.

Returns:The metrics_data of this DataguardPerformanceMetrics.
Return type:list[oci.database_management.models.PerformanceMetricsData]