AutonomousDatabaseInBackupCollection

class oci.database.models.AutonomousDatabaseInBackupCollection(**kwargs)

Bases: object

The collection of Autonomous Database details that are part of Autonomous Container Database Backup associated.

Methods

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

Attributes

items [Required] Gets the items of this AutonomousDatabaseInBackupCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.database.models.AutonomousDatabaseInBackupSummary]) – The value to assign to the items property of this AutonomousDatabaseInBackupCollection.
items

[Required] Gets the items of this AutonomousDatabaseInBackupCollection. The list of Autonomous Databases that are part of the Autonomous Container Database Backup.

Returns:The items of this AutonomousDatabaseInBackupCollection.
Return type:list[oci.database.models.AutonomousDatabaseInBackupSummary]