AutonomousContainerDatabaseBackupCollection

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

Bases: object

A list of all of the Autonomous Container Database Backups in the specified compartment.

Methods

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

Attributes

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

Initializes a new AutonomousContainerDatabaseBackupCollection 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.AutonomousContainerDatabaseBackupSummary]) – The value to assign to the items property of this AutonomousContainerDatabaseBackupCollection.
items

[Required] Gets the items of this AutonomousContainerDatabaseBackupCollection. List of Autonomous container database backups.

Returns:The items of this AutonomousContainerDatabaseBackupCollection.
Return type:list[oci.database.models.AutonomousContainerDatabaseBackupSummary]