ProtectedDatabaseCollection¶
-
class
oci.recovery.models.
ProtectedDatabaseCollection
(**kwargs)¶ Bases:
object
Results of a protected database search operation. The results contain protected database summary and metadata information.
Methods
__init__
(**kwargs)Initializes a new ProtectedDatabaseCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProtectedDatabaseCollection. -
__init__
(**kwargs)¶ Initializes a new ProtectedDatabaseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.recovery.models.ProtectedDatabaseSummary]) – The value to assign to the items property of this ProtectedDatabaseCollection.
-
items
¶ [Required] Gets the items of this ProtectedDatabaseCollection. List of protected databases.
Returns: The items of this ProtectedDatabaseCollection. Return type: list[oci.recovery.models.ProtectedDatabaseSummary]
-