DatabaseFleetBackupMetrics

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

Bases: object

The details of the backup metrics for the fleet of databases.

Methods

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

Attributes

backup_metrics [Required] Gets the backup_metrics of this DatabaseFleetBackupMetrics.
__init__(**kwargs)

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

Parameters:backup_metrics (list[oci.database_management.models.DatabaseBackupMetrics]) – The value to assign to the backup_metrics property of this DatabaseFleetBackupMetrics.
backup_metrics

[Required] Gets the backup_metrics of this DatabaseFleetBackupMetrics. A list of backup metrics for the databases present in the fleet.

Returns:The backup_metrics of this DatabaseFleetBackupMetrics.
Return type:list[oci.database_management.models.DatabaseBackupMetrics]